|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for all schema objects.
| Method Summary | |
DDLGenConfiguration |
getConfiguration()
Get configuration of the schema object. |
java.lang.String |
getName()
Get name of the schema object. |
void |
setConfiguration(DDLGenConfiguration config)
Set configuration of the schema object. |
void |
setName(java.lang.String name)
Set name of the schema object. |
void |
toCreateDDL(DDLWriter writer)
Build create script for the schema object. |
void |
toDropDDL(DDLWriter writer)
Build drop script for the schema object. |
| Method Detail |
public void setConfiguration(DDLGenConfiguration config)
config - Configuration to be used by the schema object.public DDLGenConfiguration getConfiguration()
public void setName(java.lang.String name)
name - Name of the schema object.public java.lang.String getName()
public void toCreateDDL(DDLWriter writer)
throws GeneratorException
writer - DDLWriter to write schema objects to.
GeneratorException - If generation of the script failed or is not supported.
public void toDropDDL(DDLWriter writer)
throws GeneratorException
writer - DDLWriter to write schema objects to.
GeneratorException - If generation of the script failed or is not supported.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||