public interface SchemaObject
Modifier and Type | Method and Description |
---|---|
DDLGenConfiguration |
getConfiguration()
Get configuration of the schema object.
|
String |
getName()
Get name of the schema object.
|
void |
setConfiguration(DDLGenConfiguration config)
Set configuration of the schema object.
|
void |
setName(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.
|
void setConfiguration(DDLGenConfiguration config)
config
- Configuration to be used by the schema object.DDLGenConfiguration getConfiguration()
void setName(String name)
name
- Name of the schema object.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.Copyright © 2016. All rights reserved.