public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public addColumn (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public addForeignKey (mixed $tableName, mixed $schemaName,
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public getColumnDefinition (Phalcon\Db\ColumnInterface
extends abstract class Phalcon\Db\Dialect
Page 2 of 3