SqlField

any: This structure represents the name of a table's field.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

Creates a new string representing a field. You need to free the returned string using glib.global.gfree;

takeName
void takeName(gobject.value.Value value)

Sets the field's name using the string held by value. When call, value is freed using #gda.global.valueFree.

Properties

fieldName
string fieldName [@property getter]
fieldName
string fieldName [@property setter]
validityMetaTableColumn
gda.meta_table_column.MetaTableColumn validityMetaTableColumn [@property getter]