Represents the a Column definition on a result.
More...
Represents the a Column definition on a result.
◆ getSchemaName()
Retrieves the name of the Schema where the column is defined.
- Returns
- a string value representing the owner schema.
◆ getTableName()
Retrieves table name where the column is defined.
- Returns
- a string value representing the table name.
◆ getTableLabel()
Retrieves table alias where the column is defined.
- Returns
- a string value representing the table alias or the table name if no alias is defined.
◆ getColumnName()
Retrieves column name.
- Returns
- a string value representing the column name.
◆ getColumnLabel()
String getColumnLabel |
( |
| ) |
|
|
inline |
Retrieves column alias.
- Returns
- a string value representing the column alias or the column name if no alias is defined.
◆ getType()
Retrieves column Type.
- Returns
- a constant value for the supported column types.
◆ getLength()
Retrieves column length.
- Returns
- the column length.
◆ getFractionalDigits()
Integer getFractionalDigits |
( |
| ) |
|
|
inline |
Retrieves the fractional digits if applicable.
- Returns
- the number of fractional digits, this only applies to specific data types.
◆ isNumberSigned()
Indicates if a numeric column is signed.
- Returns
- a boolean indicating whether a numeric column is signed or not.
◆ getCollationName()
String getCollationName |
( |
| ) |
|
|
inline |
Retrieves the collation name.
- Returns
- a String representing the collation name, aplicable only to specific data types.
◆ getCharacterSetName()
String getCharacterSetName |
( |
| ) |
|
|
inline |
Retrieves the character set name.
- Returns
- a String representing the character set name, aplicable only to specific data types.
◆ isZeroFill()
Indicates if zerofill is set for the column.
- Returns
- a boolean indicating if zerofill flag is set for the column.
◆ getFlags()
Retrieves a space separated list of database flags.
- Returns
- a space separated list of database flags set for the column.