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, isParentPartialgetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetTypeColumnDataType getColumnDataType()
int getDecimalDigits()
int getOrdinalPosition()
int getSize()
String getWidth()
boolean isColumnDataTypeKnown()
boolean isNullable()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.