GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <dbmi.h>
Data Fields | |
dbDbmscap | dbmscap |
FILE * | send |
FILE * | recv |
int | pid |
int _db_driver::pid |
Definition at line 172 of file dbmi.h.
Referenced by db_shutdown_driver().
FILE * _db_driver::recv |
Definition at line 171 of file dbmi.h.
Referenced by db_add_column(), db_begin_transaction(), db_bind_update(), db_close_cursor(), db_close_database(), db_commit_transaction(), db_create_database(), db_create_index(), db_delete(), db_delete_database(), db_drop_column(), db_drop_index(), db_drop_table(), db_execute_immediate(), db_find_database(), db_get_num_rows(), db_grant_on_table(), db_gversion(), db_insert(), db_list_indexes(), db_list_tables(), db_open_database(), db_open_insert_cursor(), db_shutdown_driver(), and db_update().
FILE* _db_driver::send |
Definition at line 171 of file dbmi.h.
Referenced by db_add_column(), db_begin_transaction(), db_bind_update(), db_close_cursor(), db_close_database(), db_commit_transaction(), db_create_database(), db_create_index(), db_delete(), db_delete_database(), db_drop_column(), db_drop_index(), db_drop_table(), db_execute_immediate(), db_find_database(), db_get_num_rows(), db_grant_on_table(), db_gversion(), db_insert(), db_list_indexes(), db_list_tables(), db_open_database(), db_open_insert_cursor(), db_shutdown_driver(), and db_update().