org.tranql.ddl
Class DDLGenerator.WriterExecutionStrategy

java.lang.Object
  extended by org.tranql.ddl.DDLGenerator.WriterExecutionStrategy
All Implemented Interfaces:
DDLGenerator.ExecutionStrategy
Enclosing class:
DDLGenerator

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


Constructor Summary
DDLGenerator.WriterExecutionStrategy(java.io.Writer writer)
           
 
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.WriterExecutionStrategy

public DDLGenerator.WriterExecutionStrategy(java.io.Writer writer)
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 © -2010 The Codehaus. All Rights Reserved.