|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements the description of a column in a system table.
Method Summary | |
boolean |
builtInType()
Is it a built-in type? |
java.lang.String |
getDataType()
Gets the datatype of this column. |
int |
getID()
Gets the id of this column. |
int |
getMaxLength()
Gets the maximum length of this column. |
java.lang.String |
getName()
Gets the name of this column. |
boolean |
getNullability()
Gets the nullability of this column. |
int |
getPrecision()
Gets the precision of this column. |
int |
getScale()
Gets the scale of this column. |
Method Detail |
public java.lang.String getName()
public int getID()
public int getPrecision()
public int getScale()
public boolean getNullability()
public java.lang.String getDataType()
public boolean builtInType()
public int getMaxLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |