Database::BeginTransaction | ||
Description | ||
Begins a new
transaction. Use CommitTransaction
to commit all transactions to the database. Use RollbackTransaction
to undo (rollback) all transactions since the last BeginTransaction. Note: not all providers support transactions! |
||
Options | ||
Handle |
Name of the handle which references the database connection. |