|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseColumn
Column for tables and procedures.
| Method Summary | |
|---|---|
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. |
ColumnDataType |
getType()
Get the data type of column. |
String |
getWidth()
Gets the width of the column, if the column width is required. |
boolean |
isNullable()
Whether the column is nullable. |
| Methods inherited from interface schemacrawler.schema.DependantObject |
|---|
getParent |
| Methods inherited from interface schemacrawler.schema.DatabaseObject |
|---|
getSchema |
| Methods inherited from interface schemacrawler.schema.NamedObject |
|---|
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int getDecimalDigits()
int getOrdinalPosition()
int getSize()
ColumnDataType getType()
String getWidth()
boolean isNullable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||