Column
Object Hierarchy:
Description:
[ CCode ( type_id = "gda_column_get_type ()" ) ]
public class Column : Object
Content:
Properties:
- public string id { owned get; set; }
Creation methods:
Methods:
- public Column copy ()
Creates a new Column object from an
existing one.
- public bool get_allow_null ()
Gets the 'allow null' flag of the given column.
- public unowned Value? get_attribute (string attribute)
Get the value associated to a named attribute.
- public bool get_auto_increment ()
- public unowned string get_dbms_type ()
- public unowned Value? get_default_value ()
- public unowned string get_description ()
- public Type get_g_type ()
- public unowned string get_name ()
- public int get_position ()
- public void set_allow_null (bool allow)
Sets the 'allow null' flag of the given column.
- public void set_attribute (string attribute, Value? value, DestroyNotify? destroy)
Set the value associated to a named attribute.
- public void set_auto_increment (bool is_auto)
Sets the auto increment flag for the given column.
- public void set_dbms_type (string dbms_type)
Defines this's database type
- public void set_default_value (Value? default_value)
Sets this's default
Value.
- public void set_description (string title)
Sets the column's description
- public void set_g_type (Type type)
Sets the type of this to type
.
- public void set_name (string name)
Sets the name of this to name
.
- public void set_position (int position)
Sets the position of the column refer to in the containing data model.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref