|
|||||||||
| 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. |
java.lang.String |
toCreateDDL()
Build create script for the schema object. |
java.lang.String |
toDropDDL()
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 java.lang.String toCreateDDL()
throws GeneratorException
GeneratorException - If generation of the script failed or is not supported.
public java.lang.String toDropDDL()
throws GeneratorException
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 | ||||||||