DataHandler
Object Hierarchy:
Description:
[ CCode ( type_cname = "GdaDataHandlerInterface" , type_id = "gda_data_handler_get_type ()" ) ]
public interface DataHandler : Object
All known implementing classes:
Content:
Static methods:
Methods:
- public abstract bool accepts_g_type (Type type)
Checks wether the GdaDataHandler is able to handle the gda type given
as argument.
- public abstract unowned string get_descr ()
Get a short description of the GdaDataHandler
- public abstract Value? get_sane_init_value (Type type)
Creates a new GValue which holds a sane initial value to be used if no
value is specifically provided.
- public abstract string get_sql_from_value (Value? value)
Creates a new string which is an SQL representation of the given
value, the returned string can be used directly in an SQL statement.
- public abstract string get_str_from_value (Value? value)
Creates a new string which is a "user friendly" representation of the
given value (in the user's locale, specially for the dates).
- public abstract Value? get_value_from_sql (string? sql, Type type)
Creates a new GValue which represents the SQL value given as argument.
- public abstract Value? get_value_from_str (string? str, Type type)
Creates a new GValue which represents the str
value given
as argument.
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