public rollbackSavepoint (mixed $name) Generate SQL to rollback a savepoint
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 describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public sharedLock (mixed $sqlQuery) Returns a SQL modified with a LOCK IN SHARE MODE clause
public addForeignKey (mixed $tableName, mixed $schemaName,
public getCustomFunctions () Returns registered functions
Page 1 of 9