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.
|
java.lang.String |
getWidth()
Gets the width of the column, if the column width is required.
|
boolean |
isNullable()
Whether the column is nullable.
|
getShortName, isParentPartialgetSchemagetFullName, getName, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetParentgetTypeColumnDataType getColumnDataType()
int getDecimalDigits()
int getOrdinalPosition()
int getSize()
java.lang.String getWidth()
boolean isNullable()
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.