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, writeDrop
public MySqlSQLProducer(Project project)
protected List<String> createStatement(Table table, List<String> statements) throws IOException
GenericSQLProducer
createStatement
in class GenericSQLProducer
IOException
protected List<String> createIndexes(Table table, List<String> statements) throws IOException
createIndexes
in class GenericSQLProducer
IOException