c_execute.c File Reference

#include <grass/dbmi.h>
#include "macros.h"

Include dependency graph for c_execute.c:

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)


Function Documentation

int db_begin_transaction ( dbDriver *  driver  ) 

Returns:
Parameters:
 

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  ) 

Returns:
Parameters:
 

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 
)

Returns:
Parameters:
 

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().


Generated on Sun Apr 6 17:31:42 2008 for GRASS by  doxygen 1.5.5