GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
_db_driver_state Struct Reference

#include <dbmi.h>

Collaboration diagram for _db_driver_state:

Data Fields

char * dbname
 
char * dbschema
 
int open
 
int ncursors
 
dbCursor ** cursor_list
 

Detailed Description

Definition at line 249 of file dbmi.h.

Field Documentation

◆ cursor_list

dbCursor** _db_driver_state::cursor_list

◆ dbname

char* _db_driver_state::dbname

Definition at line 251 of file dbmi.h.

Referenced by db__mark_database_closed(), and db__mark_database_open().

◆ dbschema

char* _db_driver_state::dbschema

Definition at line 252 of file dbmi.h.

Referenced by db__mark_database_closed(), and db__mark_database_open().

◆ ncursors

int _db_driver_state::ncursors

◆ open

int _db_driver_state::open

The documentation for this struct was generated from the following file: