asSqlStrings
Return
A list of SQL strings, each of which represents a transaction.
Parameters
begin
The SQL statement to start a transaction, typically "BEGIN"
commit
The SQL statement to commit a transaction, typically "COMMIT"
A list of SQL strings, each of which represents a transaction.
The SQL statement to start a transaction, typically "BEGIN"
The SQL statement to commit a transaction, typically "COMMIT"