public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public supportsSavepoints () Checks whether the platform supports savepoints
public supportsReleaseSavepoints () Checks whether the platform supports releasing savepoints.
public listTables ([mixed $schemaName]) List all tables in database
public getColumnDefinition (Phalcon\Db\ColumnInterface
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
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 registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions
Page 5 of 9