|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.castor.ddlgen.schemaobject.AbstractSchemaObject
org.castor.ddlgen.schemaobject.Table
org.castor.ddlgen.engine.hsql.HsqlTable
HSQL table.
| Field Summary |
| Fields inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
HASHFACTOR |
| Constructor Summary | |
HsqlTable()
|
|
| Method Summary | |
java.lang.String |
toCreateDDL()
Build create script for the schema object. |
java.lang.String |
toDropDDL()
Build drop script for the schema object. |
| Methods inherited from class org.castor.ddlgen.schemaobject.Table |
addField, addForeignKey, addIndex, equals, fields, getField, getField, getFieldCount, getForeignKey, getForeignKeyCount, getIndex, getIndexCount, getKeyGenerator, getPrimaryKey, getSchema, hashCode, merge, setKeyGenerator, setPrimaryKey, setSchema |
| Methods inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
equals, getConfiguration, getName, setConfiguration, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HsqlTable()
| Method Detail |
public java.lang.String toCreateDDL()
throws GeneratorException
GeneratorException - If generation of the script failed or is not supported.public java.lang.String toDropDDL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||