Begin Transaction
| rdsdataservice_begin_transaction | R Documentation |
Starts a SQL transaction¶
Description¶
Starts a SQL transaction.
A transaction can run for a maximum of 24 hours. A transaction is terminated and rolled back automatically after 24 hours.
A transaction times out if no calls use its transaction ID in three minutes. If a transaction times out before it's committed, it's rolled back automatically.
DDL statements inside a transaction cause an implicit commit. We
recommend that you run each DDL statement in a separate
execute_statement call with continueAfterTimeout enabled.
Usage¶
Arguments¶
resourceArn[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
secretArn[required] The name or ARN of the secret that enables access to the DB cluster.
databaseThe name of the database.
schemaThe name of the database schema.
Value¶
A list with the following syntax: