StatementData

The SQL statement to run.

Types

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

Properties

Link copied to clipboard

The date and time (UTC) the statement was created.

Link copied to clipboard
val id: String

The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.

Link copied to clipboard

A value that indicates whether the statement is a batch query request.

Link copied to clipboard

The parameters used in a SQL statement.

Link copied to clipboard

The SQL statement.

Link copied to clipboard

One or more SQL statements. Each query string in the array corresponds to one of the queries in a batch query request.

Link copied to clipboard

The data format of the result of the SQL statement.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the secret that enables access to the database.

Link copied to clipboard

The session identifier of the query.

Link copied to clipboard

The name of the SQL statement.

Link copied to clipboard

The status of the SQL statement. An example is the that the SQL statement finished.

Link copied to clipboard

The date and time (UTC) that the statement metadata was last updated.

Functions

Link copied to clipboard
inline fun copy(block: StatementData.Builder.() -> Unit = {}): StatementData
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