public Phalcon\Db\IndexInterface[] describeIndexes
extends abstract class Phalcon\Db\Adapter\Pdo
public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name
public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system
public escapeString (mixed $str) Escapes a value to avoid SQL injections according to the active charset in the connection
public isUnderTransaction () Checks whether the connection is under a transaction
public modifyColumn (mixed $tableName, mixed $schemaName,
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’
Page 3 of 4