public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
extends abstract class Phalcon\Db\Dialect
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public addPrimaryKey (mixed $tableName, mixed $schemaName,
Page 9 of 9