public interface Column
RowResult
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSetName()
Get character set name for the column value.
|
String |
getCollationName()
Get collation name for the column value.
|
String |
getColumnLabel()
Get alias of this column.
|
String |
getColumnName()
Get name of this column.
|
int |
getFractionalDigits()
Get number of fractional digits in this column's value.
|
long |
getLength()
Get this column's length.
|
String |
getSchemaName()
Get name of
Schema . |
String |
getTableLabel()
Get alias of
Table . |
String |
getTableName()
Get name of
Table . |
Type |
getType()
Get this column's
Type . |
boolean |
isAutoIncrement()
Checks if this is an auto increment column.
|
boolean |
isNullable()
Checks if column can contain null values.
|
boolean |
isNumberSigned()
Checks if value represents a signed number.
|
boolean |
isPadded()
Checks if the value has a padding.
|
boolean |
isPartKey()
Checks if this column is a part of key.
|
boolean |
isPrimaryKey()
Checks if this is a primary key column.
|
boolean |
isUniqueKey()
Checks if this is a unique key column.
|
String getColumnName()
String getColumnLabel()
long getLength()
int getFractionalDigits()
boolean isNumberSigned()
String getCollationName()
String getCharacterSetName()
boolean isPadded()
boolean isNullable()
boolean isAutoIncrement()
boolean isPrimaryKey()
boolean isUniqueKey()
boolean isPartKey()