public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Drop an index from a table
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Drops a view
public rollback ([mixed $nesting]) Rollbacks the active transaction in the connection
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public getDefaultIdValue () Returns the default identity value to be inserted in an identity column
public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
public getDescriptor () Return descriptor used to connect to the active database
implements Phalcon\Events\EventsAwar
public fetchOne (mixed $sqlQuery, [mixed $fetchMode], [mixed $bindParams], [mixed $bindTypes]) Returns
public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
Page 3 of 10