|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaObject
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 |
---|
void setConfiguration(DDLGenConfiguration config)
config
- Configuration to be used by the schema object.DDLGenConfiguration getConfiguration()
void setName(java.lang.String name)
name
- Name of the schema object.java.lang.String getName()
void toCreateDDL(DDLWriter writer) throws GeneratorException
writer
- DDLWriter to write schema objects to.
GeneratorException
- If generation of the script failed or is not supported.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 |