public getColumnDefinition (Phalcon\Db\ColumnInterface
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public listTables ([mixed $schemaName]) List all tables in database
final public escapeSchema (mixed $str, [mixed $escapeChar]) Escape Schema
public addIndex (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
Page 5 of 9