gda.sql_field
Module for [SqlField] class
class SqlField
Types 1
classSqlField
any: This structure represents the name of a table's field.
Fields
GdaSqlField _cInstanceMethods
void * _cPtr()string fieldName() @propertyvoid fieldName(string propval) @propertystring serialize()Creates a new string representing a field. You need to free the returned string using [glib.global.gfree]; Returns: a new string with the name of the field or "null" in case field is invalid.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].