org.tranql.ddl
Class DDLGenerator.AbstractStrategy

java.lang.Object
  extended by org.tranql.ddl.DDLGenerator.AbstractStrategy
All Implemented Interfaces:
DDLGenerator.GenerationStrategy
Direct Known Subclasses:
DDLGenerator.CreateConstraintStrategy, DDLGenerator.CreateStrategy, DDLGenerator.DropStrategy, DDLGenerator.SequenceStrategy
Enclosing class:
DDLGenerator

public abstract static class DDLGenerator.AbstractStrategy
extends java.lang.Object
implements DDLGenerator.GenerationStrategy


Constructor Summary
DDLGenerator.AbstractStrategy(DDLGenerator.ExecutionStrategy strategy)
           
 
Method Summary
 void execute(DDLCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tranql.ddl.DDLGenerator.GenerationStrategy
addDDLs
 

Constructor Detail

DDLGenerator.AbstractStrategy

public DDLGenerator.AbstractStrategy(DDLGenerator.ExecutionStrategy strategy)
Method Detail

execute

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


Copyright © -2010 The Codehaus. All Rights Reserved.