Connection.commitTransaction

Commits the given transaction to the backend database. You need to do gda_connection_begin_transaction() first.

class Connection
int
commitTransaction

Parameters

xaction Transaction

a GdaTransaction object.

Return Value

Type: int

TRUE if the transaction was finished successfully, FALSE otherwise.

Meta