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