#include <stdlib.h>#include <grass/dbmi.h>#include "macros.h"#include "dbstubs.h"Include dependency graph for d_execute.c:

Go to the source code of this file.
Functions | |
| int | db_d_execute_immediate () |
| int | db_d_begin_transaction () |
| int | db_d_commit_transaction () |
| int db_d_begin_transaction | ( | ) |
Definition at line 45 of file d_execute.c.
References db_driver_begin_transaction, DB_SEND_FAILURE, and DB_SEND_SUCCESS.
| int db_d_commit_transaction | ( | ) |
Definition at line 71 of file d_execute.c.
References db_driver_commit_transaction, DB_SEND_FAILURE, and DB_SEND_SUCCESS.
| int db_d_execute_immediate | ( | ) |
Definition at line 13 of file d_execute.c.
References db_driver_execute_immediate, db_free_string(), db_init_string(), DB_RECV_STRING, DB_SEND_FAILURE, and DB_SEND_SUCCESS.
1.5.1