public addIndex (mixed $tableName, mixed $schemaName,
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public addForeignKey (mixed $tableName, mixed $schemaName,
public limit (mixed $sqlQuery, mixed $number) Generates the SQL for LIMIT clause
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public getCustomFunctions () Returns registered functions
public listTables ([mixed $schemaName]) List all tables in database
public rollbackSavepoint (mixed $name) Generate SQL to rollback a savepoint
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
Page 1 of 9