public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public getColumnDefinition (Phalcon\Db\ColumnInterface
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public listTables ([mixed $schemaName]) List all tables in database
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
final public escapeSchema (mixed $str, [mixed $escapeChar]) Escape Schema
Page 5 of 9