public interface DatabaseMetaDataCache
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes this cache.
|
DatabaseProperties |
getDatabaseProperties(java.sql.Connection connection)
Retrieves processed meta data for this database.
|
void flush() throws java.sql.SQLException
java.sql.SQLException - if flush failsDatabaseProperties getDatabaseProperties(java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLException - if database properties could not be fetched.