public class LazyDatabaseProperties extends AbstractDatabaseProperties
nameFactory| Constructor and Description |
|---|
LazyDatabaseProperties(DatabaseMetaDataProvider provider,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
defaultSchemas() |
protected Map<QualifiedName,SequenceProperties> |
sequences() |
protected Map<QualifiedName,TableProperties> |
tables() |
protected Map<Integer,Map.Entry<String,Integer>> |
types() |
findSequence, findTable, findType, getSequences, getTables, locatorsUpdateCopy, supportsSelectForUpdatepublic LazyDatabaseProperties(DatabaseMetaDataProvider provider, Dialect dialect) throws SQLException
SQLExceptionprotected Map<QualifiedName,TableProperties> tables() throws SQLException
tables in class AbstractDatabasePropertiesSQLExceptionprotected Map<QualifiedName,SequenceProperties> sequences() throws SQLException
sequences in class AbstractDatabasePropertiesSQLExceptionprotected List<String> defaultSchemas() throws SQLException
defaultSchemas in class AbstractDatabasePropertiesSQLExceptionprotected Map<Integer,Map.Entry<String,Integer>> types() throws SQLException
types in class AbstractDatabasePropertiesSQLExceptionCopyright © 2004–2014 Paul Ferraro. All rights reserved.