protected class DDLScriptSqlMetaFactory.DezignCreateTableBuilder extends DDLScriptSqlMetaFactory.CatalogBuilder
| Modifier | Constructor and Description |
|---|---|
protected |
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, unqualifiedpublic void process(MapNode values, CatalogDescription catalog) throws IOException
IOExceptionprotected 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–2018. All rights reserved.