public interface BaseColumn<D extends DatabaseObject> extends DependantObject<D>, TypedObject<ColumnDataType>
Modifier and Type | Method and Description |
---|---|
ColumnDataType |
getColumnDataType()
Gets the column data type.
|
int |
getDecimalDigits()
Get the number of fractional digits.
|
int |
getOrdinalPosition()
Get the ordinal position of the column in the table, starting at 1.
|
int |
getSize()
Get the column size.
|
String |
getWidth()
Gets the width of the column, if the column width is required.
|
boolean |
isColumnDataTypeKnown()
Whether the column data type is known or not.
|
boolean |
isNullable()
Whether the column is nullable.
|
getShortName, isParentPartial
getSchema, withQuoting
getFullName, getName, key
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks, setRemarks
getParent
getType
ColumnDataType getColumnDataType()
int getDecimalDigits()
int getOrdinalPosition()
int getSize()
String getWidth()
boolean isColumnDataTypeKnown()
boolean isNullable()
Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.