Sets our main struct and passes it to the parent class
Makes a new GdaValue of type GDA_VALUE_TYPE_NULL.
Makes a new GdaValue of type GDA_VALUE_TYPE_BIGINT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_BIGUINT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_BINARY with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_DATE with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_DOUBLE with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_GEOMETRIC_POINT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_GOBJECT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_INTEGER with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_LIST with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_NUMERIC with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_SINGLE with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_SMALLINT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_SMALLUINT with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_STRING with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_TIME with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_TIMESTAMP with value val.
Makes a new GdaValue of type GDA_VALUE_TYPE_TYPE with value val.
Makes a new GdaValue of type type from its string representation.
Creates a GdaValue from a XML representation of it. That XML
Compares two values of the same type.
Creates a new GdaValue from an existing one.
Deallocates all memory associated to a GdaValue.
Gets the value stored in value.
the main Gtk struct as a void*
Retrieves the type of the given value.
Get the main Gtk struct
Tests if a given value is of type GDA_VALUE_TYPE_NULL.
Gets whether the value stored in the given GdaValue is of numeric type or not.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores the value data from its string representation as type.
Sets the value of a GdaValue from another GdaValue. This is different from gda_value_copy, which creates a new GdaValue. gda_value_set_from_value, on the other hand, copies the contents of copy into value, which must already be allocated.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Sets the type of value to GDA_VALUE_TYPE_NULL.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores val into value.
Stores type into value.
Converts a GdaValue to its string representation as indicated by this
Serializes the given GdaValue to a XML node string.
the main Gtk struct