[ruby-gnome2-doc-cvs] [Hiki] update - Gda::Value

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 1月 15日 (木) 03:09:12 JST


-------------------------
REMOTE_ADDR = 217.117.55.140
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gda%3A%3AValue
-------------------------
  = 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.
  
+ --- ==(an_other_value)
+     Checks if two Gda::Value objects of the same type contains the same value.
+     * an_other_value: the other value to be compared to.  
+     * Returns: true if they both have the same type and contain the same value, false otherwise.
+ 
  --- to_s
      Converts a Gda::Value to its string representation.
      * Returns: a formatted string.
  
  == Constants
  === GdaValueType
  --- TYPE_BIGINT
  --- TYPE_BIGUINT
  --- TYPE_BINARY
  --- TYPE_BLOB
  --- TYPE_BOOLEAN
  --- TYPE_DATE
  --- TYPE_DOUBLE
  --- TYPE_GEOMETRIC_POINT
  --- TYPE_GOBJECT
  --- TYPE_INTEGER
  --- TYPE_LIST
  --- TYPE_MONEY
  --- TYPE_NULL
  --- TYPE_NUMERIC
  --- TYPE_SINGLE
  --- TYPE_SMALLINT
  --- TYPE_SMALLUINT
  --- TYPE_STRING
  --- TYPE_TIME
  --- TYPE_TIMESTAMP
  --- TYPE_TINYINT
  --- TYPE_TINYUINT
  --- TYPE_TYPE
  --- TYPE_UINTEGER
  --- TYPE_UNKNOWN
  
  == See Also
  ((<Gda>)).
  
  - ((<lrz>))





ruby-gnome2-cvs メーリングリストの案内
Back to archive index