abstract public dropTable (mixed $tableName, mixed $schemaName) ...
abstract public rollbackSavepoint (mixed $name) ...
public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public rollback ([mixed $nesting]) Rollbacks the active transaction in the connection
public select (array $definition) Builds a SELECT statement
final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
abstract public commit ([mixed $nesting]) ...
abstract public supportsSavepoints () ...
Page 13 of 44