protected class DDLScriptSqlMetaFactory.DezignCreateTableBuilder extends DDLScriptSqlMetaFactory.CatalogBuilder
| Modifier | Constructor and Description |
|---|---|
protected |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildForeignKey(MapNode aColDef,
TableDescription aTd) |
protected void |
buildPrimaryKey(MapNode aColDef,
TableDescription aTd) |
protected void |
buildTableConstraint(MapNode aColDef,
TableDescription aTd) |
protected void |
buildTableIndex(MapNode aColDef,
TableDescription aTd) |
void |
process(MapNode values,
CatalogDescription catalog) |
buildColumnDescription, getBool, getInt, getTable, setColType, strip, unqualifiedprotected DDLScriptSqlMetaFactory.DezignCreateTableBuilder()
public void process(MapNode values, CatalogDescription catalog) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionprotected void buildTableConstraint(MapNode aColDef, TableDescription aTd)
protected void buildTableIndex(MapNode aColDef, TableDescription aTd)
protected void buildForeignKey(MapNode aColDef, TableDescription aTd)
protected void buildPrimaryKey(MapNode aColDef, TableDescription aTd)
Copyright © 2008-2014. All Rights Reserved.