commit_transaction


Description:

public bool commit_transaction (string? name) throws Error

Commits the given transaction to the backend database.

You need to call begin_transaction first.

Parameters:

this

a Connection object.

name

the name of the transation to commit, or null

Returns:

true if the transaction was finished successfully, false otherwise.