|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.ddlgen.engine.hsql.HsqlSchemaFactory
public final class HsqlSchemaFactory
HSQL schema factory.
Constructor Summary | |
---|---|
HsqlSchemaFactory()
|
Method Summary | |
---|---|
Field |
createField()
Create field objects. |
ForeignKey |
createForeignKey()
Create foreign key objects. |
Index |
createIndex()
Create index objects. |
PrimaryKey |
createPrimaryKey()
Create primary key objects. |
Schema |
createSchema()
Create schema objects. |
Table |
createTable()
Create table objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HsqlSchemaFactory()
Method Detail |
---|
public Schema createSchema()
createSchema
in interface SchemaFactory
public Table createTable()
createTable
in interface SchemaFactory
public Field createField()
createField
in interface SchemaFactory
public ForeignKey createForeignKey()
createForeignKey
in interface SchemaFactory
public Index createIndex()
createIndex
in interface SchemaFactory
public PrimaryKey createPrimaryKey()
createPrimaryKey
in interface SchemaFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |