extends abstract class Phalcon\Db\Dialect
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
final public getSqlColumn (mixed $column, [mixed $escapeChar], [mixed $bindCounts]) Resolve Column
public string listViews ([string $schemaName]) Generates the SQL to list all views of a schema or user
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
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
Page 9 of 9