|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableMetaData
Basic metadata about a single database Table. This is the top-level information stored in a (local) database which can be retrieved without attempting to load the Table itself.
| Method Summary | |
|---|---|
String |
getLinkedDbName()
The name of this the linked database if this is a linked table, null otherwise. |
String |
getLinkedTableName()
The name of this linked table in the linked database if this is a linked table, null otherwise. |
String |
getName()
The name of the table (as it is stored in the database) |
boolean |
isLinked()
true if this is a linked table, false otherwise. |
boolean |
isSystem()
true if this is a system table, false otherwise. |
Table |
open(Database db)
Opens this table from the given Database instance. |
| Method Detail |
|---|
String getName()
boolean isLinked()
true if this is a linked table, false otherwise.
boolean isSystem()
true if this is a system table, false otherwise.
String getLinkedTableName()
null otherwise.
String getLinkedDbName()
null otherwise.
Table open(Database db)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||