public getColumnDefinition (Phalcon\Db\ColumnInterface
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public modifyColumn (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public addForeignKey (mixed $tableName, mixed $schemaName,
public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
Page 6 of 9