Builder
Properties
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.
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.
A value that indicates whether to include metadata in the results.
The parameters for the SQL statement.
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
Options that control how the result set is returned.
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
construct an aws.sdk.kotlin.services.rdsdata.model.ResultSetOptions inside the given block