DescribeStatementResponse

Types

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

Properties

Link copied to clipboard

The cluster identifier.

Link copied to clipboard

The date and time (UTC) when the SQL statement was submitted to run.

Link copied to clipboard

The name of the database.

Link copied to clipboard

The database user name.

Link copied to clipboard

The amount of time in nanoseconds that the statement ran.

Link copied to clipboard

The error message from the cluster if the SQL statement encountered an error while running.

Link copied to clipboard

A value that indicates whether the statement has a result set. The result set can be empty. The value is true for an empty result set. The value is true if any substatement returns a result set.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The parameters for the SQL statement.

Link copied to clipboard

The SQL statement text.

Link copied to clipboard

The process identifier from Amazon Redshift.

Link copied to clipboard

The identifier of the query generated by Amazon Redshift. These identifiers are also available in the query column of the STL_QUERY system view.

Link copied to clipboard

The data format of the result of the SQL statement.

Link copied to clipboard

Either the number of rows returned from the SQL statement or the number of rows affected. If result size is greater than zero, the result rows can be the number of rows affected by SQL statements such as INSERT, UPDATE, DELETE, COPY, and others. A -1 indicates the value is null.

Link copied to clipboard

The size in bytes of the returned results. A -1 indicates the value is null.

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 status of the SQL statement being described. Status values are defined as follows:

Link copied to clipboard

The SQL statements from a multiple statement run.

Link copied to clipboard

The date and time (UTC) that the metadata for the SQL statement was last updated. An example is the time the status last changed.

Link copied to clipboard

The serverless workgroup name or Amazon Resource Name (ARN).

Functions

Link copied to clipboard
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