SqlField
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gda_sql_field_get_type ()" ) ]
[ Compact ]
public class SqlField
This structure represents the name of a table's field.
Content:
Creation methods:
Methods:
- public SqlField copy ()
Creates a new GdaSqlField structure initiated with the values stored
in this.
- public void free ()
Frees a SqlField structure and its members.
- public string serialize ()
Creates a new string representing a field.
- public void take_name (Value value)
Sets the field's name using the string held by value
.
Fields: