org.tranql.ddl
Interface DDLGenerator.ExecutionStrategy

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

public static interface DDLGenerator.ExecutionStrategy


Method Summary
 void execute(DDLCommand command)
           
 

Method Detail

execute

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


Copyright © -2006 The Codehaus. All Rights Reserved.