JULEA
Data Fields
JSqlBatch Struct Reference

Manages the status of a batch. More...

#include <sql-generic-internal.h>

Data Fields

JSemanticssemantics
 The namespace of the operations inside the batch. More...
 
gboolean open
 TRUE if the batch is open. More...
 
gboolean aborted
 TRUE if there was an error and the batch was aborted. More...
 

Detailed Description

Manages the status of a batch.

Batches are implemented using transactions. An error of an operation inside a batch will cause a rollback.

Field Documentation

◆ aborted

gboolean JSqlBatch::aborted

TRUE if there was an error and the batch was aborted.

◆ open

gboolean JSqlBatch::open

TRUE if the batch is open.

◆ semantics

JSemantics* JSqlBatch::semantics

The namespace of the operations inside the batch.

The semantics of the batched operations.


The documentation for this struct was generated from the following file: