protected abstract class DDLScriptSqlMetaFactory.CatalogBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DDLScriptSqlMetaFactory.CatalogBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnDescription |
buildColumnDescription(MapNode aColDef,
TableDescription aTd) |
protected boolean |
getBool(MapNode values,
String path) |
protected int |
getInt(MapNode values,
String path) |
protected TableDescription |
getTable(CatalogDescription aCatalog,
String aTableName) |
abstract void |
process(MapNode values,
CatalogDescription catalog) |
protected void |
setColType(MapNode aColDef,
ColumnDescription cd) |
protected String |
strip(String value)
remove \"
|
protected String |
unqualified(String value) |
protected DDLScriptSqlMetaFactory.CatalogBuilder()
public abstract void process(MapNode values, CatalogDescription catalog) throws IOException
IOExceptionprotected String strip(String value)
value - - value or null to stripprotected ColumnDescription buildColumnDescription(MapNode aColDef, TableDescription aTd)
protected void setColType(MapNode aColDef, ColumnDescription cd)
protected TableDescription getTable(CatalogDescription aCatalog, String aTableName)
Copyright © 2008-2016. All Rights Reserved.