public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public modifyColumn (mixed $tableName, mixed $schemaName,
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public getColumnDefinition (Phalcon\Db\ColumnInterface
Page 7 of 9