SchemaObject
public final class MysqlTable extends Table
HASHFACTOR
Constructor | Description |
---|---|
MysqlTable() |
Modifier and Type | Method | Description |
---|---|---|
void |
toCreateDDL(DDLWriter writer) |
Build create script for the schema object.
|
void |
toDropDDL(DDLWriter writer) |
Build drop script for the schema object.
|
equals, getConfiguration, getName, setConfiguration, setName
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addField, addForeignKey, addIndex, equals, fields, getField, getField, getFieldCount, getForeignKey, getForeignKeyCount, getIndex, getIndexCount, getKeyGenerator, getPrimaryKey, getSchema, hashCode, merge, setKeyGenerator, setPrimaryKey, setSchema
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)
writer
- DDLWriter to write schema objects to.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com