public interface TableMetaData
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
IOExceptionCopyright © 2005–2021 OpenHMS. All rights reserved.