| Package | Description |
|---|---|
| com.agimatec.commons.config | |
| com.agimatec.dbtransform | |
| com.agimatec.sql.meta.script |
| Modifier and Type | Class and Description |
|---|---|
class |
Config
Description: the root object of a Config file.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.buildColumnDescription(MapNode aColDef,
TableDescription aTd) |
protected void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.buildTableConstraint(MapNode aColDef,
TableDescription aTd) |
protected void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.buildTableIndex(MapNode aColDef,
TableDescription aTd) |
protected boolean |
DDLScriptSqlMetaFactory.CatalogBuilder.getBool(MapNode values,
String path) |
protected int |
DDLScriptSqlMetaFactory.CatalogBuilder.getInt(MapNode values,
String path) |
abstract void |
DDLScriptSqlMetaFactory.CatalogBuilder.process(MapNode values,
CatalogDescription catalog) |
void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.process(MapNode values,
CatalogDescription catalog) |
protected void |
DDLScriptSqlMetaFactory.CatalogBuilder.setColType(MapNode aColDef,
ColumnDescription cd) |
Copyright © 2008–2018. All rights reserved.