org.tranql.ddl
Interface DDLGenerator.ExecutionStrategy

All Known Implementing Classes:
DDLGenerator.DBExecutionStrategy, DDLGenerator.WriterExecutionStrategy
Enclosing class:
DDLGenerator

public static interface DDLGenerator.ExecutionStrategy


Method Summary
 void execute(DDLCommand command)
           
 

Method Detail

execute

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


Copyright © -2010 The Codehaus. All Rights Reserved.