Public Member Functions | |
grt::IntegerRef | characterMaximumLength () const |
Getter for attribute characterMaximumLength. | |
virtual void | characterMaximumLength (const grt::IntegerRef &value) |
Setter for attribute characterMaximumLength. | |
grt::IntegerRef | characterOctetLength () const |
Getter for attribute characterOctetLength. | |
virtual void | characterOctetLength (const grt::IntegerRef &value) |
Setter for attribute characterOctetLength. | |
grt::IntegerRef | dateTimePrecision () const |
Getter for attribute dateTimePrecision. | |
virtual void | dateTimePrecision (const grt::IntegerRef &value) |
Setter for attribute dateTimePrecision. | |
grt::StringListRef | flags () const |
Getter for attribute flags (read-only). | |
db_DatatypeGroupRef | group () const |
Getter for attribute group. | |
virtual void | group (const db_DatatypeGroupRef &value) |
Setter for attribute group. | |
grt::IntegerRef | needsQuotes () const |
Getter for attribute needsQuotes. | |
virtual void | needsQuotes (const grt::IntegerRef &value) |
Setter for attribute needsQuotes. | |
grt::IntegerRef | numericPrecision () const |
Getter for attribute numericPrecision. | |
virtual void | numericPrecision (const grt::IntegerRef &value) |
Setter for attribute numericPrecision. | |
grt::IntegerRef | numericPrecisionRadix () const |
Getter for attribute numericPrecisionRadix. | |
virtual void | numericPrecisionRadix (const grt::IntegerRef &value) |
Setter for attribute numericPrecisionRadix. | |
grt::IntegerRef | numericScale () const |
Getter for attribute numericScale. | |
virtual void | numericScale (const grt::IntegerRef &value) |
Setter for attribute numericScale. | |
grt::IntegerRef | parameterFormatType () const |
Getter for attribute parameterFormatType. | |
virtual void | parameterFormatType (const grt::IntegerRef &value) |
Setter for attribute parameterFormatType. |
grt::IntegerRef characterMaximumLength | ( | ) | const |
Getter for attribute characterMaximumLength.
maximum number of characters this datatype can store
virtual void characterMaximumLength | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute characterMaximumLength.
maximum number of characters this datatype can store
grt::IntegerRef characterOctetLength | ( | ) | const |
Getter for attribute characterOctetLength.
maximum number of 8 bit characters this datatype can store
virtual void characterOctetLength | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute characterOctetLength.
maximum number of 8 bit characters this datatype can store
grt::IntegerRef dateTimePrecision | ( | ) | const |
Getter for attribute dateTimePrecision.
the datetime precision the datatype can store
virtual void dateTimePrecision | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute dateTimePrecision.
the datetime precision the datatype can store
grt::StringListRef flags | ( | ) | const |
Getter for attribute flags (read-only).
additional flags like UNSIGNED, ZEROFILL, BINARY
db_DatatypeGroupRef group | ( | ) | const |
Getter for attribute group.
the datatype group this datatype belongs to
virtual void group | ( | const db_DatatypeGroupRef & | value | ) | [virtual] |
Setter for attribute group.
the datatype group this datatype belongs to
grt::IntegerRef needsQuotes | ( | ) | const |
Getter for attribute needsQuotes.
whether values require quotes around them
virtual void needsQuotes | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute needsQuotes.
whether values require quotes around them
grt::IntegerRef numericPrecision | ( | ) | const |
Getter for attribute numericPrecision.
maximum numbers of digits the datatype can store
virtual void numericPrecision | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute numericPrecision.
maximum numbers of digits the datatype can store
virtual void numericPrecisionRadix | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute numericPrecisionRadix.
grt::IntegerRef numericPrecisionRadix | ( | ) | const |
Getter for attribute numericPrecisionRadix.
grt::IntegerRef numericScale | ( | ) | const |
Getter for attribute numericScale.
maximum numbers of digits right from the decimal point the datatype can store
virtual void numericScale | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute numericScale.
maximum numbers of digits right from the decimal point the datatype can store
virtual void parameterFormatType | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute parameterFormatType.
0 none, 1 (n), 2 [(n)], 3 (m,n), 4 (m[,n]), 5 [(m,n)], 6 [(m[, n])], 10 ('a','b','c')
grt::IntegerRef parameterFormatType | ( | ) | const |
Getter for attribute parameterFormatType.
0 none, 1 (n), 2 [(n)], 3 (m,n), 4 (m[,n]), 5 [(m,n)], 6 [(m[, n])], 10 ('a','b','c')