SimpleStatement

open class SimpleStatement

Inheritors

Constructors

Link copied to clipboard
@JvmOverloads
constructor(text: String?, flat: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isEmpty: Boolean
Link copied to clipboard
val isIgnorable: Boolean

Functions

Link copied to clipboard
fun length(): Int
Link copied to clipboard
open fun set(key: K?, value: Any?): SimpleStatement
Link copied to clipboard
open override fun toString(): String