| Package | Description |
|---|---|
| com.googlecode.jinahya.sql.metadata |
| Modifier and Type | Method and Description |
|---|---|
Table |
TablePrivilege.getTable() |
Table |
PrimaryKey.getTable() |
Table |
ExportedKey.getTable() |
Table |
Column.getTable() |
static Table |
Table.newInstance(Schema schema,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
TableValues.getTable() |
Map<String,Table> |
Schema.getTables() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TableValuesAdapter.getKey(Table value) |
static TablePrivilege |
TablePrivilege.newInstance(Table table,
ResultSet resultSet) |
static PrimaryKey |
PrimaryKey.newInstance(Table table,
ResultSet resultSet) |
void |
TablePrivilege.setTable(Table table) |
void |
ExportedKey.setTable(Table table) |
Copyright © 2011-2013. All Rights Reserved.