procs.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int db_d_add_column ()
int db_d_bind_update ()
int db_d_close_cursor ()
int db_d_close_database ()
int db_d_create_database ()
int db_d_create_index ()
int db_d_create_table ()
int db_d_delete_database ()
int db_d_describe_table ()
int db_d_drop_column ()
int db_d_drop_index ()
int db_d_drop_table ()
int db_d_execute_immediate ()
int db_d_begin_transaction ()
int db_d_commit_transaction ()
int db_d_fetch ()
int db_d_get_num_rows ()
int db_d_find_database ()
int db_d_grant_on_table ()
 Grant privileges on table.
int db_d_insert ()
int db_d_delete ()
int db_d_list_databases ()
int db_d_list_indexes ()
int db_d_list_tables ()
int db_d_open_database ()
int db_d_open_insert_cursor ()
int db_d_open_select_cursor ()
int db_d_open_update_cursor ()
int db_d_update ()
int db_d_version ()


Function Documentation

int db_d_add_column (  ) 

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

int db_d_close_cursor (  ) 

int db_d_close_database (  ) 

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

int db_d_create_index (  ) 

int db_d_create_table (  ) 

int db_d_delete (  ) 

int db_d_delete_database (  ) 

int db_d_describe_table (  ) 

int db_d_drop_column (  ) 

int db_d_drop_index (  ) 

int db_d_drop_table (  ) 

int db_d_execute_immediate (  ) 

int db_d_fetch (  ) 

int db_d_find_database (  ) 

int db_d_get_num_rows (  ) 

int db_d_grant_on_table (  ) 

Grant privileges on table.

Returns:
Parameters:
 

Definition at line 12 of file d_priv.c.

References db_driver_grant_on_table, db_free_string(), db_init_string(), DB_RECV_INT, DB_RECV_STRING, DB_SEND_FAILURE, and DB_SEND_SUCCESS.

int db_d_insert (  ) 

int db_d_list_databases ( void   ) 

int db_d_list_indexes (  ) 

int db_d_list_tables (  ) 

int db_d_open_database (  ) 

int db_d_open_insert_cursor (  ) 

int db_d_open_select_cursor (  ) 

int db_d_open_update_cursor (  ) 

int db_d_update (  ) 

int db_d_version (  ) 

Definition at line 11 of file d_version.c.

References DB_SEND_C_STRING, and DB_SEND_SUCCESS.


Variable Documentation

int procnum

Definition at line 34 of file procs.h.

Referenced by db_driver(), and db_noproc_error().

int(* routine)()

Referenced by db_driver().


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