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()void columnName(string propval) @propertySet `columnName` field. Params: propval = the column's namevoid columnType(string propval) @propertySet `columnType` field. Params: propval = the column's DBMS's typevoid gtype(gobject.types.GType propval) @propertySet `gtype` field. Params: propval = the detected column's #GTypevoid pkey(bool propval) @propertySet `pkey` field. Params: propval = tells if the column is part of a primary keyvoid nullok(bool propval) @propertySet `nullok` field. Params: propval = tells if the column can be nullstring defaultValue() @propertyGet `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) @propertySet `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)Calls func for each attribute set to tcolgobject.value.Value getAttribute(string attribute)Get the value associated to a named attribute.void setAttribute(string attribute, gobject.value.Value value = null, glib.types.DestroyNotify destroy = null)Set the value associated to a named attribute.