Connection.commitTransaction

Commits the given transaction to the backend database. You need to call gda.connection.Connection.beginTransaction first.

class Connection
bool
commitTransaction
(
string name = null
)

Parameters

name string

the name of the transation to commit, or null

Return Value

Type: bool

true if the transaction was finished successfully, false otherwise.

Throws