abstract public supportsReleaseSavepoints () ...
abstract public tableOptions (mixed $table, [mixed $schema]) ...
abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...
abstract public limit (mixed $sqlQuery, mixed $number) ...
abstract public addForeignKey (mixed $tableName, mixed $schemaName,
abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...
abstract public createSavepoint (mixed $name) ...
abstract public releaseSavepoint (mixed $name) ...
abstract public rollbackSavepoint (mixed $name) ...
abstract public forUpdate (mixed $sqlQuery) ...
Page 3 of 4