com.agimatec.dbtransform
Class ScriptTransformator.TransformDezignCreateTableBuilder

java.lang.Object
  extended by com.agimatec.sql.meta.script.DDLScriptSqlMetaFactory.CatalogBuilder
      extended by com.agimatec.sql.meta.script.DDLScriptSqlMetaFactory.DezignCreateTableBuilder
          extended by com.agimatec.dbtransform.ScriptTransformator.TransformDezignCreateTableBuilder
Enclosing class:
ScriptTransformator

protected class ScriptTransformator.TransformDezignCreateTableBuilder
extends DDLScriptSqlMetaFactory.DezignCreateTableBuilder


Constructor Summary
protected ScriptTransformator.TransformDezignCreateTableBuilder()
           
 
Method Summary
protected  void buildForeignKey(MapNode aColDef, TableDescription aTd)
           
protected  void buildPrimaryKey(MapNode aColDef, TableDescription aTd)
           
 void process(MapNode values, CatalogDescription catalog)
           
 
Methods inherited from class com.agimatec.sql.meta.script.DDLScriptSqlMetaFactory.DezignCreateTableBuilder
buildTableConstraint
 
Methods inherited from class com.agimatec.sql.meta.script.DDLScriptSqlMetaFactory.CatalogBuilder
buildColumnDescription, getBool, getInt, getTable, setColType, strip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptTransformator.TransformDezignCreateTableBuilder

protected ScriptTransformator.TransformDezignCreateTableBuilder()
Method Detail

process

public void process(MapNode values,
                    CatalogDescription catalog)
             throws java.io.IOException,
                    freemarker.template.TemplateException
Overrides:
process in class DDLScriptSqlMetaFactory.DezignCreateTableBuilder
Throws:
java.io.IOException
freemarker.template.TemplateException

buildForeignKey

protected void buildForeignKey(MapNode aColDef,
                               TableDescription aTd)

buildPrimaryKey

protected void buildPrimaryKey(MapNode aColDef,
                               TableDescription aTd)


Copyright © 2008-2012. All Rights Reserved.