abstract public limit (mixed $sqlQuery, mixed $number) ...
abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...
abstract public getRealSQLStatement () ...
abstract public fetchAll (mixed $sqlQuery, [mixed $fetchMode], [mixed $placeholders]) ...
abstract public getDialectType () ...
abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...
abstract public getColumnList (mixed $columnList) ...
abstract public describeColumns (mixed $table, [mixed $schema]) ...
abstract public affectedRows () ...
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
Page 1 of 7