Statement

class Statement

The statement or request for a particular action to occur in a session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The execution code of the statement.

Link copied to clipboard

The unix time and date that the job definition was completed.

Link copied to clipboard
val id: Int

The ID of the statement.

Link copied to clipboard

The output in JSON.

Link copied to clipboard

The code execution progress.

Link copied to clipboard

The unix time and date that the job definition was started.

Link copied to clipboard

The state while request is actioned.

Functions

Link copied to clipboard
inline fun copy(block: Statement.Builder.() -> Unit = {}): Statement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String