BatchExecuteStatementRequest

The request parameters represent the input of a SQL statement over an array of data.

Types

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

Properties

Link copied to clipboard

The name of the database.

Link copied to clipboard

The parameter set for the batch operation.

Link copied to clipboard

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

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. Don't include a semicolon (;) at the end of the SQL statement.

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