public listTables ([mixed $schemaName]) List all tables in database
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public modifyColumn (mixed $tableName, mixed $schemaName,
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
extends abstract class Phalcon\Db\Dialect
Page 2 of 3