GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <dbmi.h>
Data Fields | |
char * | dbname |
char * | dbschema |
int | open |
int | ncursors |
dbCursor ** | cursor_list |
dbCursor** _db_driver_state::cursor_list |
Definition at line 255 of file dbmi.h.
Referenced by db__add_cursor_to_driver_state(), db__close_all_cursors(), and db__drop_cursor_from_driver_state().
char* _db_driver_state::dbname |
Definition at line 251 of file dbmi.h.
Referenced by db__mark_database_closed(), and db__mark_database_open().
char* _db_driver_state::dbschema |
Definition at line 252 of file dbmi.h.
Referenced by db__mark_database_closed(), and db__mark_database_open().
int _db_driver_state::ncursors |
Definition at line 254 of file dbmi.h.
Referenced by db__add_cursor_to_driver_state(), db__close_all_cursors(), and db__drop_cursor_from_driver_state().
int _db_driver_state::open |
Definition at line 253 of file dbmi.h.
Referenced by db__mark_database_closed(), db__mark_database_open(), and db__test_database_open().