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, writeDroppublic OracleSQLProducer(Project project)
protected List<String> dropStatement(Table table, List<String> statements) throws IOException
GenericSQLProducerdropStatement in class GenericSQLProducerIOExceptionprotected boolean supportsForeignKeys()
supportsForeignKeys in class GenericSQLProducerprotected boolean supportsNullInColumnDefinition()
supportsNullInColumnDefinition in class GenericSQLProducer