|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
public final class PostgresqlSchemaFactory
PostgreSQL schema factory.
| Constructor Summary | |
|---|---|
PostgresqlSchemaFactory()
|
|
| 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 PostgresqlSchemaFactory()
| Method Detail |
|---|
public Schema createSchema()
createSchema in interface SchemaFactorypublic Table createTable()
createTable in interface SchemaFactorypublic Field createField()
createField in interface SchemaFactorypublic ForeignKey createForeignKey()
createForeignKey in interface SchemaFactorypublic Index createIndex()
createIndex in interface SchemaFactorypublic PrimaryKey createPrimaryKey()
createPrimaryKey in interface SchemaFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||