GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
int(* db_driver_add_column)() |
Referenced by db_d_add_column().
int(* db_driver_begin_transaction)() |
Referenced by db_d_begin_transaction().
int(* db_driver_bind_update)() |
Referenced by db_d_bind_update().
int(* db_driver_close_cursor)() |
Referenced by db__close_all_cursors(), and db_d_close_cursor().
int(* db_driver_close_database)() |
Referenced by db_d_close_database().
int(* db_driver_commit_transaction)() |
Referenced by db_d_commit_transaction().
int(* db_driver_create_database)() |
Referenced by db_d_create_database().
int(* db_driver_create_index)() |
Referenced by db_d_create_index().
int(* db_driver_create_table)() |
Referenced by db_d_create_table().
int(* db_driver_delete)() |
Referenced by db_d_delete().
int(* db_driver_delete_database)() |
Referenced by db_d_delete_database().
int(* db_driver_describe_table)() |
Referenced by db_d_describe_table().
int(* db_driver_drop_column)() |
Referenced by db_d_drop_column().
int(* db_driver_drop_index)() |
Referenced by db_d_drop_index().
int(* db_driver_drop_table)() |
Referenced by db_d_drop_table().
int(* db_driver_execute_immediate)() |
Referenced by db_d_execute_immediate().
int(* db_driver_fetch)() |
Referenced by db_d_fetch().
int(* db_driver_find_database)() |
Referenced by db_d_find_database().
int(* db_driver_finish)() |
Referenced by db_driver().
int(* db_driver_get_num_rows)() |
Referenced by db_d_get_num_rows().
int(* db_driver_grant_on_table)() |
Referenced by db_d_grant_on_table().
int(* db_driver_init)() |
Referenced by db_driver().
int(* db_driver_insert)() |
Referenced by db_d_insert().
int(* db_driver_list_databases)() |
Referenced by db_d_list_databases().
int(* db_driver_list_indexes)() |
Referenced by db_d_list_indexes().
int(* db_driver_list_tables)() |
Referenced by db_d_list_tables().
int(* db_driver_open_database)() |
Referenced by db_d_open_database().
int(* db_driver_open_insert_cursor)() |
Referenced by db_d_open_insert_cursor().
int(* db_driver_open_select_cursor)() |
Referenced by db_d_open_select_cursor().
int(* db_driver_open_update_cursor)() |
Referenced by db_d_open_update_cursor().
int(* db_driver_update)() |
Referenced by db_d_update().