extends abstract class Phalcon\Db\Dialect
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
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 string listViews ([string $schemaName]) Generates the SQL to list all views of a schema or user
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
final public getSqlColumn (mixed $column, [mixed $escapeChar], [mixed $bindCounts]) Resolve Column
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
Page 8 of 9