Returns the transaction mode for the given #Gda_Batch object. This mode specifies how the series of commands are treated. If in transaction mode (TRUE), the execution is stopped whenever an error is found, discarding all changes, whereas all data is committed if no error is found.
On the other hand, if transaction mode is disabled, the execution continues until the end regardless of any error found.