GdaMetaTableColumn

This structure represents a table of view's column, its contents must not be modified.

Members

Variables

GdaReserved1
void* GdaReserved1;
GdaReserved2
void* GdaReserved2;
GdaReserved3
void* GdaReserved3;
GdaReserved4
void* GdaReserved4;
columnName
char* columnName;

the column's name

columnType
char* columnType;

the column's DBMS's type

defaultValue
char* defaultValue;

the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default value

gtype
GType gtype;

the detected column's #GType

nullok
bool nullok;

tells if the column can be null

pkey
bool pkey;

tells if the column is part of a primary key