public class PostgreSQLProducer extends GenericSQLProducer
platforms, project| Constructor and Description |
|---|
PostgreSQLProducer(Project project) |
PostgreSQLProducer(Project project,
String[] platforms) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
dropStatement(Table table,
List<String> statements)
INTERNAL: Generate the DDL statement(s) to drop the specified table.
|
protected boolean |
supportsForeignKeys() |
addForeignKey, addPrimaryKeys, createIndexes, createStatement, dropConstraint, executeCreate, executeDrop, executeStatements, getIndexName, getPrimaryKeyName, outputStatements, supportsNullInColumnDefinition, writeCreate, writeDroppublic PostgreSQLProducer(Project project)
protected List<String> dropStatement(Table table, List<String> statements) throws IOException
GenericSQLProducerdropStatement in class GenericSQLProducerIOExceptionprotected boolean supportsForeignKeys()
supportsForeignKeys in class GenericSQLProducer