|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.persistence.rdbms.GenericSQLProducer
net.ontopia.persistence.rdbms.PostgreSQLProducer
public class PostgreSQLProducer
INTERNAL: DDL statement generator for the PostgreSQL database platform.
| Field Summary |
|---|
| Fields inherited from class net.ontopia.persistence.rdbms.GenericSQLProducer |
|---|
platforms, project |
| Constructor Summary | |
|---|---|
PostgreSQLProducer(Project project)
|
|
PostgreSQLProducer(Project project,
java.lang.String[] platforms)
|
|
| Method Summary | |
|---|---|
protected java.util.List |
dropStatement(Table table,
java.util.List statements)
INTERNAL: Generate the DDL statement(s) to drop the specified table. |
protected boolean |
supportsForeignKeys()
|
| Methods inherited from class net.ontopia.persistence.rdbms.GenericSQLProducer |
|---|
addForeignKey, addPrimaryKeys, createIndexes, createStatement, dropConstraint, executeCreate, executeDrop, executeStatements, getIndexName, getPrimaryKeyName, outputStatements, supportsNullInColumnDefinition, writeCreate, writeDrop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostgreSQLProducer(Project project)
public PostgreSQLProducer(Project project,
java.lang.String[] platforms)
| Method Detail |
|---|
protected java.util.List dropStatement(Table table,
java.util.List statements)
throws java.io.IOException
GenericSQLProducer
dropStatement in class GenericSQLProducerjava.io.IOExceptionprotected boolean supportsForeignKeys()
supportsForeignKeys in class GenericSQLProducer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||