Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
Modifier and Type | Method and Description |
---|---|
Table |
OracleDatabase.getActualTableMetaData(Connection connection,
String owner,
String tableName)
Gets the meta data of the table identified by the supplied tableName.
|
Table |
DerbyDatabase.getActualTableMetaData(Connection connection,
String owner,
String tableName)
Gets the meta data of the table identified by the supplied tableName.
|
protected abstract Table |
Database.getActualTableMetaData(Connection connection,
String owner,
String tableName)
Gets the meta data of the table identified by the supplied tableName.
|
static Table |
Database.getTableMetaData(Connection connection,
String owner,
String tableName)
Gets the meta data of the table identified by the supplied table.
|
static Table |
Database.getTableMetaData(DataSource dataSource,
String owner,
String tableName)
Gets the meta data of the table identified by the supplied tableName.
|
Copyright © 2008–2018. All rights reserved.