JULEA
|
Functions | |
gboolean | _backend_batch_start (gpointer backend_data, JSqlBatch *batch, GError **error) |
Start a batch. Starts a transaction in the DB backend. More... | |
gboolean | _backend_batch_execute (gpointer backend_data, JSqlBatch *batch, GError **error) |
Execute a batch. Commits a transaction in the DB backend. More... | |
gboolean | _backend_batch_abort (gpointer backend_data, JSqlBatch *batch, GError **error) |
Abort a batch. Triggers a rollback in the DB backend. More... | |
gboolean | sql_generic_batch_start (gpointer backend_data, gchar const *namespace, JSemantics *semantics, gpointer *_batch, GError **error) |
gboolean | sql_generic_batch_execute (gpointer backend_data, gpointer _batch, GError **error) |
gboolean _backend_batch_abort | ( | gpointer | backend_data, |
JSqlBatch * | batch, | ||
GError ** | error | ||
) |
Abort a batch. Triggers a rollback in the DB backend.
backend_data | The backend-specific information to open a connection. | |
batch | The batch to modify. | |
[out] | error | An uninitialized GError* for error code passing. |
gboolean _backend_batch_execute | ( | gpointer | backend_data, |
JSqlBatch * | batch, | ||
GError ** | error | ||
) |
Execute a batch. Commits a transaction in the DB backend.
backend_data | The backend-specific information to open a connection. | |
batch | The batch to modify. | |
[out] | error | An uninitialized GError* for error code passing. |
gboolean _backend_batch_start | ( | gpointer | backend_data, |
JSqlBatch * | batch, | ||
GError ** | error | ||
) |
Start a batch. Starts a transaction in the DB backend.
backend_data | The backend-specific information to open a connection. | |
batch | The batch to modify. | |
[out] | error | An uninitialized GError* for error code passing. |
gboolean sql_generic_batch_execute | ( | gpointer | backend_data, |
gpointer | _batch, | ||
GError ** | error | ||
) |
gboolean sql_generic_batch_start | ( | gpointer | backend_data, |
gchar const * | namespace, | ||
JSemantics * | semantics, | ||
gpointer * | _batch, | ||
GError ** | error | ||
) |