public class OracleSQLProducer extends GenericSQLProducer
platforms, project
Constructor and Description |
---|
OracleSQLProducer(Project project) |
OracleSQLProducer(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() |
protected boolean |
supportsNullInColumnDefinition() |
addForeignKey, addPrimaryKeys, createIndexes, createStatement, dropConstraint, executeCreate, executeDrop, executeStatements, getIndexName, getPrimaryKeyName, outputStatements, writeCreate, writeDrop
public OracleSQLProducer(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
protected boolean supportsNullInColumnDefinition()
supportsNullInColumnDefinition
in class GenericSQLProducer