gda.meta_table

Module for [MetaTable] class

class MetaTable

Types 1

This structure specifies a #GdaMetaDbObject to represent a table's specific attributes, its contents must not be modified.

Note that in some cases, the columns cannot be determined for views, and in this case the @columns will be null (this can be the case for example with SQLite where a view uses a function which is not natively provided by SQLite.

Fields
GdaMetaTable _cInstance
Methods
void * _cPtr() nothrow
int pkColsNb() @property nothrowGet `pkColsNb` field. Returns: size of the @pk_cols_array array
void pkColsNb(int propval) @property nothrowSet `pkColsNb` field. Params: propval = size of the @pk_cols_array array
Constructors
this(void * ptr, Flag!"Take" take)