| Package | Description |
|---|---|
| org.databene.jdbacl.model.cache | |
| org.databene.jdbacl.model.jdbc | |
| org.databene.jdbacl.model.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingDBImporter
DBMetaDataImporter that acts as a proxy to another DBMetaDataImporter,
adding the feature of caching its output. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCDBImporter
Abstract parent class for JDBC meta data importers.
|
| Modifier and Type | Method and Description |
|---|---|
static DBMetaDataImporter |
JDBCMetaDataUtil.getJDBCDBImporter(String environment,
boolean importUKs,
boolean importIndexes,
boolean importSequences,
boolean importChecks,
String tableInclusionPattern,
String tableExclusionPattern,
boolean cached) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLModelImporter
Imports a meta data model from an XML file.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.