public describeIndex (mixed $index) Generates SQL to query indexes detail on a table
public modifyColumn (mixed $tableName, mixed $schemaName,
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts]) Gets a
public addColumn (mixed $tableName, mixed $schemaName,
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName]) Generates the SQL to get
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
Page 3 of 9