| Modifier and Type | Field and Description |
|---|---|
protected CatalogDescription |
GeneratorSettings.catalog |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
GeneratorSettings.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorSettings.setCatalog(CatalogDescription catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
CatalogConversion.transformCatalog(CatalogDescription catalog) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptTransformator.TransformDezignCreateTableBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
ScriptTransformator.CreateIndexBuilder.process(MapNode map,
CatalogDescription catalog) |
void |
ScriptTransformator.TableAlterColumnsBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
ScriptTransformator.DropTriggerBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
ScriptTransformator.DropTableBuilder.process(MapNode values,
CatalogDescription catalog) |
CatalogDescription |
CatalogConversion.transformCatalog(CatalogDescription catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
Ejb3Schema.getCatalog() |
| Constructor and Description |
|---|
Ejb3Schema(CatalogDescription catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
CatalogDescription.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
JdbcSqlMetaFactory.buildCatalog(String[] tables)
create a CatalogDescription
|
protected abstract CatalogDescription |
DatabaseSchemaChecker.readDatabaseCatalog(String[] tableNames) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcSqlMetaFactory.addTables(String[] tables,
CatalogDescription aCatalog) |
void |
DatabaseSchemaChecker.assertCatalogsComplete(CatalogDescription schemaConfig,
CatalogDescription databaseConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogDescription |
MySqlSchemaChecker.readDatabaseCatalog(String[] tableNames) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
OracleJdbcSqlMetaFactory.buildCatalog()
load the catalog for ALL USER_TABLES!
|
CatalogDescription |
OracleJdbcSqlMetaFactory.buildCatalog(String[] tables)
create a CatalogDescription
|
protected CatalogDescription |
OracleSchemaChecker.readDatabaseCatalog(String[] tableNames) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogDescription |
PostgresSchemaChecker.readDatabaseCatalog(String[] tableNames) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescription |
DDLScriptSqlMetaFactory.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
protected TableDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.getTable(CatalogDescription aCatalog,
String aTableName) |
abstract void |
DDLScriptSqlMetaFactory.CatalogBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
DDLScriptSqlMetaFactory.setCatalog(CatalogDescription aCatalog) |
Copyright © 2008–2018. All rights reserved.