|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metadata of a database table.
Method Summary | |
java.lang.String |
getCatalogName()
Returns the catalog name of this table. |
ColumnMetaData |
getColumn(int index)
Returns the type information of the column at the specified index. |
int |
getColumnCount()
Returns the number of columns in this table. |
KeyMetaData[] |
getExportedKeys()
Returns the exported keys of this table. |
KeyMetaData[] |
getImportedKeys()
Returns the imported keys of this table. |
java.lang.String |
getName()
Returns the name of this table. |
java.lang.String[] |
getPrimaryKeys()
Returns a set of columns which form the (composite) primary key of this table. |
java.lang.String |
getSchemaName()
Returns the schema name of this table. |
Method Detail |
public java.lang.String getName()
public java.lang.String getSchemaName()
public java.lang.String getCatalogName()
public int getColumnCount()
public ColumnMetaData getColumn(int index)
index
- The column index.
public java.lang.String[] getPrimaryKeys()
public KeyMetaData[] getImportedKeys()
public KeyMetaData[] getExportedKeys()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |