|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ddl.DDLGenerator
public class DDLGenerator
Nested Class Summary | |
---|---|
static class |
DDLGenerator.AbstractStrategy
|
static class |
DDLGenerator.CreateConstraintStrategy
|
static class |
DDLGenerator.CreateStrategy
|
static class |
DDLGenerator.DBExecutionStrategy
|
static class |
DDLGenerator.DropStrategy
|
static interface |
DDLGenerator.ExecutionStrategy
|
static interface |
DDLGenerator.GenerationStrategy
|
static class |
DDLGenerator.SequenceStrategy
|
static class |
DDLGenerator.WriterExecutionStrategy
|
Constructor Summary | |
---|---|
DDLGenerator(SQLSchema schema,
DDLCommandBuilder commandBuilder)
|
Method Summary | |
---|---|
void |
generate(DDLGenerator.GenerationStrategy strategy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDLGenerator(SQLSchema schema, DDLCommandBuilder commandBuilder)
Method Detail |
---|
public void generate(DDLGenerator.GenerationStrategy strategy) throws DDLException, java.io.IOException
DDLException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |