gda_batch_get_transaction_mode

Name

gda_batch_get_transaction_mode -- 

Synopsis

gboolean gda_batch_get_transaction_mode (Gda_Batch * job);

Arguments

job

a #Gda_Batch object

Description

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.