|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.ddlgen.engine.derby.DerbySchemaFactory
public final class DerbySchemaFactory
Derby schema factory.
Constructor Summary | |
---|---|
DerbySchemaFactory()
|
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 DerbySchemaFactory()
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 |