public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Drop an index from a table
abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...
abstract public describeIndexes (mixed $table, [mixed $schema]) ...
public modifyColumn (mixed $tableName, mixed $schemaName,
public boolean updateAsDict (string $table, array $data, [string $whereCondition], [array $dataTypes])
public getDescriptor () Return descriptor used to connect to the active database
public isAutoIncrement () Auto-Increment
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
integer FETCH_ASSOC
abstract public delete (mixed $table, [mixed $whereCondition], [mixed $placeholders], [mixed $dataTypes])
Page 12 of 44