abstract public addColumn (mixed $tableName, mixed $schemaName,
abstract public addPrimaryKey (mixed $tableName, mixed $schemaName,
abstract public describeIndexes (mixed $table, [mixed $schema]) ...
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
abstract public select (array $definition) ...
abstract public modifyColumn (mixed $tableName, mixed $schemaName,
abstract public sharedLock (mixed $sqlQuery) ...
abstract public dropTable (mixed $tableName, mixed $schemaName) ...
abstract public createView (mixed $viewName, array $definition, [mixed $schemaName]) ...
abstract public supportsSavepoints () ...
Page 1 of 4