#include <grass/dbmi.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
int | db_execute_immediate (dbDriver *driver, dbString *SQLstatement) |
int | db_begin_transaction (dbDriver *driver) |
int | db_commit_transaction (dbDriver *driver) |
int db_begin_transaction | ( | dbDriver * | driver | ) |
Definition at line 39 of file c_execute.c.
References db__set_protocol_fds(), DB_RECV_RETURN_CODE, and DB_START_PROCEDURE_CALL.
Referenced by db__copy_table().
int db_commit_transaction | ( | dbDriver * | driver | ) |
Definition at line 64 of file c_execute.c.
References db__set_protocol_fds(), DB_RECV_RETURN_CODE, and DB_START_PROCEDURE_CALL.
Referenced by db__copy_table().
int db_execute_immediate | ( | dbDriver * | driver, | |
dbString * | SQLstatement | |||
) |
Definition at line 11 of file c_execute.c.
References db__set_protocol_fds(), DB_RECV_RETURN_CODE, DB_SEND_STRING, and DB_START_PROCEDURE_CALL.
Referenced by db__copy_table(), and db_delete_table().