org.tranql.ddl
Interface DDLGenerator.GenerationStrategy

All Known Implementing Classes:
DDLGenerator.AbstractStrategy, DDLGenerator.CreateConstraintStrategy, DDLGenerator.CreateStrategy, DDLGenerator.DropStrategy, DDLGenerator.SequenceStrategy
Enclosing class:
DDLGenerator

public static interface DDLGenerator.GenerationStrategy


Method Summary
 void addDDLs(DDLBuilder builder, java.lang.String entity, java.util.List ddls)
           
 void execute(DDLCommand command)
           
 

Method Detail

addDDLs

void addDDLs(DDLBuilder builder,
             java.lang.String entity,
             java.util.List ddls)

execute

void execute(DDLCommand command)
             throws DDLException,
                    java.io.IOException
Throws:
DDLException
java.io.IOException


Copyright © -2010 The Codehaus. All Rights Reserved.