GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
_db_connection Struct Reference

#include <dbmi.h>

Data Fields

char * driverName
 
char * hostName
 
char * databaseName
 
char * schemaName
 
char * port
 
char * user
 
char * password
 
char * keycol
 
char * group
 

Detailed Description

Definition at line 277 of file dbmi.h.

Field Documentation

◆ databaseName

char* _db_connection::databaseName

◆ driverName

char* _db_connection::driverName

◆ group

char* _db_connection::group

Definition at line 286 of file dbmi.h.

Referenced by db_get_connection(), and db_set_connection().

◆ hostName

char* _db_connection::hostName

Definition at line 279 of file dbmi.h.

Referenced by db_get_connection().

◆ keycol

char* _db_connection::keycol

Definition at line 285 of file dbmi.h.

◆ password

char* _db_connection::password

Definition at line 284 of file dbmi.h.

Referenced by db_get_connection().

◆ port

char* _db_connection::port

Definition at line 282 of file dbmi.h.

Referenced by db_get_connection().

◆ schemaName

char* _db_connection::schemaName

Definition at line 281 of file dbmi.h.

Referenced by db_get_connection(), and db_set_connection().

◆ user

char* _db_connection::user

Definition at line 283 of file dbmi.h.

Referenced by db_get_connection().


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