Class SchemaMetaData
java.lang.Object
cool.scx.jdbc.meta_data.SchemaMetaData
- All Implemented Interfaces:
Schema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalog()getTable(Connection con, String name) name()refreshTables(Connection connection) refreshTables(Connection connection, String[] types) refreshTablesDeep(Connection connection, Dialect dialect) refreshTablesDeep(Connection connection, String[] types, Dialect dialect) tables()
-
Constructor Details
-
SchemaMetaData
-
-
Method Details
-
catalog
-
name
-
tables
-
refreshTables
- Throws:
SQLException
-
refreshTablesDeep
- Throws:
SQLException
-
refreshTables
- Throws:
SQLException
-
refreshTablesDeep
public SchemaMetaData refreshTablesDeep(Connection connection, String[] types, Dialect dialect) throws SQLException - Throws:
SQLException
-
getTable
- Throws:
SQLException
-