palio.connectors.schema.generators
Class MySQLGenerator

java.lang.Object
  extended by palio.connectors.schema.generators.AbstractSQLGenerator
      extended by palio.connectors.schema.generators.MySQLGenerator

public abstract class MySQLGenerator
extends AbstractSQLGenerator

Author:
Radoslaw Osinski

Constructor Summary
MySQLGenerator()
           
 
Method Summary
 
Methods inherited from class palio.connectors.schema.generators.AbstractSQLGenerator
alterTableAddColumn, alterTableAddForeignKey, alterTableAddKey, alterTableAddPrimaryKey, alterTableAddUniqueKey, alterTableAlterColumn, alterTableDropColumn, alterTableDropForeignKey, alterTableDropKey, alterTableDropPrimaryKey, alterTableDropUniqueKey, alterTableSetNotNull, areConstraintsViolateColumnDataTypeChange, createIndex, createSequence, createTable, dropIndex, dropSequence, dropTable, scanDatabase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLGenerator

public MySQLGenerator()