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

#include <dbmi.h>

Collaboration diagram for _db_column:

Data Fields

dbString columnName
 
dbString description
 
int sqlDataType
 
int hostDataType
 
dbValue value
 
int dataLen
 
int precision
 
int scale
 
char nullAllowed
 
char hasDefaultValue
 
char useDefaultValue
 
dbValue defaultValue
 
int select
 
int update
 

Detailed Description

Definition at line 202 of file dbmi.h.

Field Documentation

◆ columnName

◆ dataLen

int _db_column::dataLen

◆ defaultValue

dbValue _db_column::defaultValue

Definition at line 215 of file dbmi.h.

Referenced by db_free_column(), and db_get_column_default_value().

◆ description

◆ hasDefaultValue

◆ hostDataType

int _db_column::hostDataType

◆ nullAllowed

◆ precision

int _db_column::precision

◆ scale

int _db_column::scale

◆ select

◆ sqlDataType

int _db_column::sqlDataType

◆ update

◆ useDefaultValue

◆ value

dbValue _db_column::value

Definition at line 208 of file dbmi.h.

Referenced by db_free_column(), and db_get_column_value().


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