Interface ColumnTypeInformation
- All Known Subinterfaces:
ColumnInformation
- All Known Implementing Classes:
AggregateColumn, Column
Provides access to information about existing table columns
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintThe column size (length).intThe precision, for numeric typesIs the column nullable?intThe JDBC type-code.The database specific type name.
-
Field Details
-
EMPTY
-
-
Method Details
-
getNullable
-
getTypeCode
int getTypeCode()The JDBC type-code.- Returns:
- JDBC type-code
-
getTypeName
-
getColumnSize
int getColumnSize()The column size (length).- Returns:
- The column length
-
getDecimalDigits
int getDecimalDigits()The precision, for numeric types- Returns:
- The numeric precision
-