abstract public tableOptions (mixed $table, [mixed $schema]) ...
abstract public limit (mixed $sqlQuery, mixed $number) ...
abstract public listTables ([mixed $schemaName]) ...
abstract public supportsReleaseSavepoints () ...
abstract public describeColumns (mixed $table, [mixed $schema]) ...
abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...
abstract public rollbackSavepoint (mixed $name) ...
abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...
abstract public releaseSavepoint (mixed $name) ...
abstract public createSavepoint (mixed $name) ...
Page 3 of 4