|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ddl.DDLBuilder
public class DDLBuilder
Constructor Summary | |
---|---|
DDLBuilder(SQLSchema schema)
|
Method Summary | |
---|---|
DDL[] |
createConstraints(java.lang.String entity)
|
DDL |
createCreate(java.lang.String entity)
|
DDL |
createDrop(java.lang.String entity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDLBuilder(SQLSchema schema)
Method Detail |
---|
public DDL createCreate(java.lang.String entity)
public DDL[] createConstraints(java.lang.String entity)
public DDL createDrop(java.lang.String entity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |