= class Gda::Value
Data values.

== Object Hierarchy
* Object
  * GLib::Boxed
    * Gda::Value

== Instance Methods
--- <=>(an_other_value)
    Compares two Gda::Value objects of the same type.
    * an_other_value: the other value to be compared to.  
    * Returns: if both values have the same type, returns 0 if both contain the same value, an integer less than 0 if the value is less than the other or an integer greater than 0 if the value is greater than the other.

--- to_s
    Converts a Gda::Value to its string representation.
    * Returns: a formatted string.

== Constants
=== GdaValueType
--- TYPE_SMALLUINT
--- TYPE_DOUBLE
--- TYPE_TINYUINT
--- TYPE_MONEY
--- TYPE_BINARY
--- TYPE_STRING
--- TYPE_GEOMETRIC_POINT
--- TYPE_TYPE
--- TYPE_NUMERIC
--- TYPE_BLOB
--- TYPE_TIME
--- TYPE_GOBJECT
--- TYPE_UINTEGER
--- TYPE_NULL
--- TYPE_SINGLE
--- TYPE_BOOLEAN
--- TYPE_TIMESTAMP
--- TYPE_INTEGER
--- TYPE_UNKNOWN
--- TYPE_BIGINT
--- TYPE_SMALLINT
--- TYPE_DATE
--- TYPE_TINYINT
--- TYPE_LIST
--- TYPE_BIGUINT

== See Also
((<Gda>)).

- ((<lrz>))
