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, writeDrop
public PostgreSQLProducer(Project project)
protected List<String> dropStatement(Table table, List<String> statements) throws IOException
GenericSQLProducer
dropStatement
in class GenericSQLProducer
IOException
protected boolean supportsForeignKeys()
supportsForeignKeys
in class GenericSQLProducer