org.tranql.ddl
Class DDLGenerator.DBExecutionStrategy

java.lang.Object
  extended byorg.tranql.ddl.DDLGenerator.DBExecutionStrategy
All Implemented Interfaces:
DDLGenerator.ExecutionStrategy
Enclosing class:
DDLGenerator

public static final class DDLGenerator.DBExecutionStrategy
extends java.lang.Object
implements DDLGenerator.ExecutionStrategy


Constructor Summary
DDLGenerator.DBExecutionStrategy()
           
 
Method Summary
 void execute(DDLCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLGenerator.DBExecutionStrategy

public DDLGenerator.DBExecutionStrategy()
Method Detail

execute

public void execute(DDLCommand command)
             throws DDLException,
                    java.io.IOException
Specified by:
execute in interface DDLGenerator.ExecutionStrategy
Throws:
DDLException
java.io.IOException


Copyright © -2006 The Codehaus. All Rights Reserved.