extends abstract class Phalcon\Db\Adapter\Pdo
public Phalcon\Db\IndexInterface[] describeIndexes
public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system
public int | boolean lastInsertId ([string $sequenceName]) Returns the insert id for the auto_increment/serial
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
Page 3 of 4