class Aws::RDSDataService::Types::BatchExecuteStatementRequest


@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/BatchExecuteStatementRequest AWS API Documentation
@return [String]
parameter.
If the SQL statement is not part of a transaction, don’t set this
transaction that you want to include the SQL statement in.
‘BeginTransaction` operation. Specify the transaction ID of the
The identifier of a transaction that was started by using the
@!attribute [rw] transaction_id
@return [String]
The SQL statement to run.
@!attribute [rw] sql
@return [String]
The name or ARN of the secret that enables access to the DB cluster.
@!attribute [rw] secret_arn
@return [String]
The name of the database schema.
@!attribute [rw] schema
@return [String]
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
@!attribute [rw] resource_arn
@return [Array<Array<Types::SqlParameter>>]
</note>
<note markdown=“1”> Array parameters are not supported.
`BatchExecuteStatement` operation.
* Use the `ExecuteStatement` operation instead of the
* Specify one or more empty parameter sets.
parameters, use one of the following options:
parameter sets provided. To execute a SQL statement with no
The SQL statement is executed as many times as the number of
The parameter set for the batch operation.
@!attribute [rw] parameter_sets
@return [String]
The name of the database.
@!attribute [rw] database
}
transaction_id: “Id”,
sql: “SqlStatement”, # required
secret_arn: “Arn”, # required
schema: “DbName”,
resource_arn: “Arn”, # required
],
],
},
},
string_value: “String”,
long_value: 1,
is_null: false,
double_value: 1.0,
boolean_value: false,
blob_value: “data”,
},
string_values: [“String”],
long_values: [1],
double_values: [1.0],
boolean_values: [false],
],
},
# recursive ArrayValue
{
array_values: [
array_value: {
value: {
type_hint: “DATE”, # accepts DATE, DECIMAL, TIME, TIMESTAMP
name: “ParameterName”,
{
[
parameter_sets: [
database: “DbName”,
{
data as a hash:
@note When making an API call, you may pass BatchExecuteStatementRequest
array of data.
The request parameters represent the input of a SQL statement over an