public class SimpleDatabaseMetaDataCache extends AbstractDatabaseMetaDataCache
dialect, factory
Constructor and Description |
---|
SimpleDatabaseMetaDataCache(Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes this cache.
|
DatabaseProperties |
getDatabaseProperties(java.sql.Connection connection)
Retrieves processed meta data for this database.
|
public SimpleDatabaseMetaDataCache(Dialect dialect)
public void flush()
DatabaseMetaDataCache
DatabaseMetaDataCache.flush()
public DatabaseProperties getDatabaseProperties(java.sql.Connection connection) throws java.sql.SQLException
DatabaseMetaDataCache
java.sql.SQLException
- if database properties could not be fetched.DatabaseMetaDataCache.getDatabaseProperties(java.sql.Connection)