|
JULEA
|
Manages the status of a batch. More...
#include <sql-generic-internal.h>
Data Fields | |
| JSemantics * | semantics |
| The namespace of the operations inside the batch. | |
| gboolean | open |
| TRUE if the batch is open. | |
| gboolean | aborted |
| TRUE if there was an error and the batch was aborted. | |
Manages the status of a batch.
Batches are implemented using transactions. An error of an operation inside a batch will cause a rollback.
| gboolean JSqlBatch::aborted |
TRUE if there was an error and the batch was aborted.
| gboolean JSqlBatch::open |
TRUE if the batch is open.
| JSemantics* JSqlBatch::semantics |
The namespace of the operations inside the batch.
The semantics of the batched operations.