false otherwise.
Connection.commitTransaction
bool commitTransaction(string name = null)Commits the given transaction to the backend database. You need to call [gda.connection.Connection.beginTransaction] first.
Parameters
name | the name of the transation to commit, or null |
Returns
true if the transaction was finished successfully,
Throws
[ConnectionException]