|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ResultColumnDescriptor describes a result column in a ResultSet.
Method Summary | |
int |
getColumnPosition()
Get the position of the Column. |
java.lang.String |
getName()
Returns the name of the Column. |
java.lang.String |
getSchemaName()
Get the name of the schema the Column is in, if any. |
java.lang.String |
getSourceTableName()
Get the name of the table the Column is in, if any. |
DataTypeDescriptor |
getType()
Returns a DataTypeDescriptor for the column. |
boolean |
isAutoincrement()
Tell us if the column is an autoincrement column or not. |
Method Detail |
public DataTypeDescriptor getType()
public java.lang.String getName()
public java.lang.String getSchemaName()
public java.lang.String getSourceTableName()
public int getColumnPosition()
public boolean isAutoincrement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |