public getColumnDefinition (Phalcon\Db\ColumnInterface
public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions
public releaseSavepoint (mixed $name) Generate SQL to release a savepoint
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
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
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 createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
Page 7 of 9