abstract public getBindType () ...
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public addForeignKey (mixed $tableName, mixed $schemaName,
integer TYPE_TEXT
abstract public execute (mixed $sqlStatement, [mixed $placeholders], [mixed $dataTypes]) ...
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
Source
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...
Page 33 of 44