public listTables ([mixed $schemaName]) List all tables in database
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public addIndex (mixed $tableName, mixed $schemaName,
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
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 createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
Page 1 of 3