public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’
extends abstract class Phalcon\Db\Adapter\Pdo
public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements
public connect ([array $descriptor]) This method is automatically called in \Phalcon\Db\Adapter\Pdo constructor. Call
public PDOStatement executePrepared
public getInternalHandler () Return internal PDO handler
public getTransactionLevel () Returns the current transaction nesting level
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
Page 4 of 4