public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
abstract public close () ...
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public addForeignKey (mixed $tableName, mixed $schemaName,
abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...
public getEventsManager () Returns the internal event manager
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema
Page 27 of 44