public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public addForeignKey (mixed $tableName, mixed $schemaName,
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
Page 6 of 9