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