Uses of Interface
org.tranql.ddl.DDLGenerator.ExecutionStrategy

Packages that use DDLGenerator.ExecutionStrategy
org.tranql.ddl   
 

Uses of DDLGenerator.ExecutionStrategy in org.tranql.ddl
 

Classes in org.tranql.ddl that implement DDLGenerator.ExecutionStrategy
static class DDLGenerator.DBExecutionStrategy
           
static class DDLGenerator.WriterExecutionStrategy
           
 

Constructors in org.tranql.ddl with parameters of type DDLGenerator.ExecutionStrategy
DDLGenerator.AbstractStrategy(DDLGenerator.ExecutionStrategy strategy)
           
DDLGenerator.CreateConstraintStrategy(DDLGenerator.ExecutionStrategy strategy)
           
DDLGenerator.CreateStrategy(DDLGenerator.ExecutionStrategy strategy)
           
DDLGenerator.DropStrategy(DDLGenerator.ExecutionStrategy strategy)
           
DDLGenerator.SequenceStrategy(DDLGenerator.GenerationStrategy[] strategies, DDLGenerator.ExecutionStrategy strategy)
           
 



Copyright © -2010 The Codehaus. All Rights Reserved.