GRASS Programmer's Manual 6.4.1(2011)
dbstubs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

int(* db_driver_add_column )()
int(* db_driver_bind_update )()
int(* db_driver_close_cursor )()
int(* db_driver_close_database )()
int(* db_driver_create_index )()
int(* db_driver_create_table )()
int(* db_driver_create_database )()
int(* db_driver_delete )()
int(* db_driver_delete_database )()
int(* db_driver_describe_table )()
int(* db_driver_drop_column )()
int(* db_driver_drop_index )()
int(* db_driver_drop_table )()
int(* db_driver_execute_immediate )()
int(* db_driver_fetch )()
int(* db_driver_find_database )()
int(* db_driver_finish )()
int(* db_driver_init )()
int(* db_driver_insert )()
int(* db_driver_list_indexes )()
int(* db_driver_list_tables )()
int(* db_driver_list_databases )()
int(* db_driver_open_insert_cursor )()
int(* db_driver_open_select_cursor )()
int(* db_driver_open_update_cursor )()
int(* db_driver_open_database )()
int(* db_driver_grant_on_table )()
int(* db_driver_get_num_rows )()
int(* db_driver_begin_transaction )()
int(* db_driver_commit_transaction )()
int(* db_driver_update )()

Variable Documentation

Referenced by db_d_add_column().

Referenced by db_d_bind_update().

int(* db_driver_delete)()

Referenced by db_d_delete().

Referenced by db_d_drop_column().

Referenced by db_d_drop_index().

Referenced by db_d_drop_table().

int(* db_driver_fetch)()

Referenced by db_d_fetch().

int(* db_driver_finish)()

Referenced by db_driver().

int(* db_driver_init)()

Referenced by db_driver().

int(* db_driver_insert)()

Referenced by db_d_insert().

Referenced by db_d_list_tables().

int(* db_driver_update)()

Referenced by db_d_update().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines