ExecuteStatementRequest

The request parameters represent the input of a request to run a SQL statement against a database.

Types

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

Properties

Link copied to clipboard

A value that indicates whether to continue running the statement after the call times out. By default, the statement stops running when the call times out.

Link copied to clipboard

The name of the database.

Link copied to clipboard

A value that indicates whether to format the result set as a single JSON string. This parameter only applies to SELECT statements and is ignored for other types of statements. Allowed values are NONE and JSON. The default value is NONE. The result is returned in the formattedRecords field.

Link copied to clipboard

A value that indicates whether to include metadata in the results.

Link copied to clipboard

The parameters for the SQL statement.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

Link copied to clipboard

Options that control how the result set is returned.

Link copied to clipboard

The name of the database schema.

Link copied to clipboard

The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.

Link copied to clipboard
val sql: String

The SQL statement to run.

Link copied to clipboard

The identifier of a transaction that was started by using the BeginTransaction operation. Specify the transaction ID of the transaction that you want to include the SQL statement in.

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