Interface ColumnInformation
- All Superinterfaces:
ColumnTypeInformation
- All Known Implementing Classes:
ColumnInformationImpl
Provides access to information about existing table columns
-
Field Summary
Fields inherited from interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptionThe simple (not qualified) column name.Access to the containing table.Methods inherited from interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
getColumnSize, getDecimalDigits, getNullable, getTypeCode, getTypeName
-
Method Details
-
getContainingTableInformation
TableInformation getContainingTableInformation()Access to the containing table.- Returns:
- The containing table information
-
getColumnIdentifier
Identifier getColumnIdentifier()The simple (not qualified) column name.- Returns:
- The column simple identifier.
-