gda.meta_table_column
Module for [MetaTableColumn] class
class MetaTableColumn
Types 1
classMetaTableColumn
This structure represents a table of view's column, its contents must not be modified.
Fields
GdaMetaTableColumn _cInstanceMethods
void * _cPtr() nothrowvoid columnName(string propval) @property nothrowSet `columnName` field. Params: propval = the column's namevoid columnType(string propval) @property nothrowSet `columnType` field. Params: propval = the column's DBMS's typegobject.types.GType gtype() @property nothrowGet `gtype` field. Returns: the detected column's #GTypevoid gtype(gobject.types.GType propval) @property nothrowSet `gtype` field. Params: propval = the detected column's #GTypebool pkey() @property nothrowGet `pkey` field. Returns: tells if the column is part of a primary keyvoid pkey(bool propval) @property nothrowSet `pkey` field. Params: propval = tells if the column is part of a primary keyvoid nullok(bool propval) @property nothrowSet `nullok` field. Params: propval = tells if the column can be nullstring defaultValue() @property nothrowGet `defaultValue` field. Returns: the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default valuevoid defaultValue(string propval) @property nothrowSet `defaultValue` field. Params: propval = the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default valuevoid foreachAttribute(gda.types.AttributesManagerFunc func) nothrowCalls func for each attribute set to tcolgobject.value.Value getAttribute(string attribute) nothrowGet the value associated to a named attribute.void setAttribute(string attribute, gobject.value.Value value = null, glib.types.DestroyNotify destroy = null) nothrowSet the value associated to a named attribute.