|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The SchemaFactory handles the creation for various schema objects. It helps the AbstractGenerator to dynamically extract schema information for specific database. This interface need to be implemented for every supported database engine.
| Method Summary | |
Field |
createField()
Create field objects. |
ForeignKey |
createForeignKey()
Create foreign key objects. |
Index |
createIndex()
Create index objects. |
PrimaryKey |
createPrimaryKey()
Create primary key objects. |
Schema |
createSchema()
Create schema objects. |
Table |
createTable()
Create table objects. |
| Method Detail |
public Schema createSchema()
public Table createTable()
public Field createField()
public ForeignKey createForeignKey()
public Index createIndex()
public PrimaryKey createPrimaryKey()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||