public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public modifyColumn (mixed $tableName, mixed $schemaName,
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
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
public string listViews ([string $schemaName]) Generates the SQL to list all views of a schema or user
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
Page 2 of 3