public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public getColumnDefinition (Phalcon\Db\ColumnInterface
extends abstract class Phalcon\Db\Dialect
public modifyColumn (mixed $tableName, mixed $schemaName,
implements Phalcon\Db\DialectInterface
final public getSqlColumn (mixed $column, [mixed $escapeChar], [mixed $bindCounts]) Resolve Column
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
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
Page 8 of 9