Constants¶
Details¶
- Gda.ATTRIBUTE_AUTO_INCREMENT = '__gda_attr_autoinc'¶
The corresponding attribute specifies if the object it refers to is auto incremented (value has a
GObject.TYPE_BOOLEAN
type).
- Gda.ATTRIBUTE_DESCRIPTION = '__gda_attr_descr'¶
The corresponding attribute is the description of the object it refers to (value has a
GObject.TYPE_STRING
type).
- Gda.ATTRIBUTE_IS_DEFAULT = '__gda_attr_is_default'¶
The corresponding attribute specifies if the object it refers to has its value to default (value has a
GObject.TYPE_BOOLEAN
type).
- Gda.ATTRIBUTE_NAME = '__gda_attr_name'¶
The corresponding attribute is the name of the object it refers to (value has a
GObject.TYPE_STRING
type).
- Gda.ATTRIBUTE_NUMERIC_PRECISION = '__gda_attr_numeric_precision'¶
The corresponding attribute is the number of significant digits of the object it refers to (value has a
GObject.TYPE_INT
type).
- Gda.ATTRIBUTE_NUMERIC_SCALE = '__gda_attr_numeric_scale'¶
The corresponding attribute is the number of significant digits to the right of the decimal point of the object it refers to (value has a
GObject.TYPE_INT
type).
- Gda.ATTRIBUTE_TREE_NODE_UNKNOWN_CHILDREN = '__gda_attr_tnuchild'¶
This attribute, if
True
specifies that a tree node may or may not have any children nodes (value has aGObject.TYPE_BOOLEAN
type).
- Gda.EXTRA_AUTO_INCREMENT = 'AUTO_INCREMENT'¶
- Gda.SQLSTATE_GENERAL_ERROR = 'HY000'¶
- Gda.SQLSTATE_NO_ERROR = '00000'¶
- Gda.TIMEZONE_INVALID = 86400¶