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