public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public listTables ([mixed $schemaName]) List all tables in database
public addIndex (mixed $tableName, mixed $schemaName,
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public modifyColumn (mixed $tableName, mixed $schemaName,
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
Page 1 of 3