public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public modifyColumn (mixed $tableName, mixed $schemaName,
public describeIndex (mixed $index) Generates SQL to query indexes detail on a table
public addColumn (mixed $tableName, mixed $schemaName,
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
Page 3 of 9