public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public addColumn (mixed $tableName, mixed $schemaName,
public describeIndex (mixed $index) Generates SQL to query indexes detail on a table
public modifyColumn (mixed $tableName, mixed $schemaName,
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName]) Generates the SQL to get
Page 1 of 3