Package | Description |
---|---|
tap.db | |
tap.metadata |
Modifier and Type | Method and Description |
---|---|
protected TAPMetadata.STDTable |
JDBCConnection.isStdTable(java.lang.String dbTableName,
TAPTable[] stdTables,
boolean caseSensitive)
Tell whether the specified table (using its DB name only) is a standard one or not.
|
Modifier and Type | Method and Description |
---|---|
protected int |
JDBCConnection.getCreationOrder(TAPMetadata.STDTable table)
Tell when, compared to the other TAP standard tables, a given standard TAP table should be created.
|
Modifier and Type | Method and Description |
---|---|
static TAPMetadata.STDTable |
TAPMetadata.resolveStdTable(java.lang.String tableName)
Tell whether the given table name is a standard TAP table.
|
static TAPMetadata.STDTable |
TAPMetadata.STDTable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TAPMetadata.STDTable[] |
TAPMetadata.STDTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TAPTable |
TAPMetadata.getStdTable(TAPMetadata.STDTable tableId)
Get the definition of the specified standard TAP table.
|