public setDialect (Phalcon\Db\DialectInterface
public boolean updateAsDict (string $table, array $data, [string $whereCondition], [array $dataTypes])
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections
public describeReferences (mixed $table, [mixed $schema]) Lists table references
public array getErrorInfo () Return the error info, if any
public isUnderTransaction () Checks whether the connection is under a transaction
public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system
extends abstract class Phalcon\Db\Adapter\Pdo
Page 4 of 10