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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 1月 27日 (火) 04:29:47 JST


-------------------------
REMOTE_ADDR = 217.117.55.140
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gda%3A%3AValue
-------------------------
  = class Gda::Value
- Data values.
+ This class has been deprecated.
  
- == Object Hierarchy
- * Object
-   * GLib::Boxed
-     * Gda::Value
+ You must use native Ruby classes like Fixnum/Bignum/Float,
+ String, TrueClass/FalseClass, NilClass, Array or Time instead.
  
- == 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.
+ In addition, you can use Gda::GeometricPoint, Gda::Money and
+ Gda::Time classes.
  
- --- ==(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
+ == Object Hierarchy
+ * Gda::Value
  
  == See Also
  ((<Gda>)).
  
  - ((<lrz>))





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