|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgpruitt.datamodeler.dialects.sqlite.DDLGenerator
public class DDLGenerator
This class creates DDL scripts to create SQLite databases based on a model.
Constructor Summary | |
---|---|
DDLGenerator(Model model)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
Creates the DDL script based on the Model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DDLGenerator(Model model)
model
- the Model for which DDL should be createdModel
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |