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