abstract public update (mixed $table, mixed $fields, mixed $values, [mixed $whereCondition], [mixed $dataTypes])
Source
abstract public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) ...
abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...
abstract public execute (mixed $sqlStatement, [mixed $placeholders], [mixed $dataTypes]) ...
abstract public addColumn (mixed $tableName, mixed $schemaName,
abstract public close () ...
abstract public createView (mixed $viewName, array $definition, [mixed $schemaName]) ...
abstract public addPrimaryKey (mixed $tableName, mixed $schemaName,
abstract public viewExists (mixed $viewName, [mixed $schemaName]) ...
Page 5 of 7