GdaSqlStatementTransaction

The statement is a transaction management related statement (BEGIN, ROLLBACK, etc). The #GdaSqlStatementTransaction structure does not hold enough information to reconstruct the complete SQL statement (some information may be missing) - the aim of this structure is to identify a minimum set of information in the transaction statement. Note that the complete SQL which created the statement should be available in the #GdaSqlStatement structure which encapsulates this structure.

Members

Variables

GdaReserved1
void* GdaReserved1;
GdaReserved2
void* GdaReserved2;
any
GdaSqlAnyPart any;

inheritance structure

isolationLevel
GdaTransactionIsolation isolationLevel;

isolation level as a #GdaTransactionIsolation

transMode
char* transMode;

transaction mode (DEFERRED, IMMEDIATE, EXCLUSIVE, READ_WRITE, READ_ONLY)

transName
char* transName;

transaction name