public listTables ([mixed $schemaName]) List all tables in database
public addIndex (mixed $tableName, mixed $schemaName,
extends abstract class Phalcon\Db\Dialect
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public addForeignKey (mixed $tableName, mixed $schemaName,
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public getColumnDefinition (Phalcon\Db\ColumnInterface
Page 2 of 3