Db\Adapter\Pdo::prepare
  • References/PHP/Phalcon/Db/Adapter/Pdo

public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’

2025-01-10 15:47:30
Db\Adapter\Pdo\Mysql
  • References/PHP/Phalcon/Db/Adapter/Pdo/Mysql

extends abstract class Phalcon\Db\Adapter\Pdo

2025-01-10 15:47:30
Db\Adapter\Pdo::execute
  • References/PHP/Phalcon/Db/Adapter/Pdo

public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements

2025-01-10 15:47:30
Db\Adapter\Pdo::connect
  • References/PHP/Phalcon/Db/Adapter/Pdo

public connect ([array $descriptor]) This method is automatically called in \Phalcon\Db\Adapter\Pdo constructor. Call

2025-01-10 15:47:30
Db\Adapter\Pdo::executePrepared
  • References/PHP/Phalcon/Db/Adapter/Pdo

public PDOStatement executePrepared

2025-01-10 15:47:30
Db\Adapter\Pdo::getInternalHandler
  • References/PHP/Phalcon/Db/Adapter/Pdo

public getInternalHandler () Return internal PDO handler

2025-01-10 15:47:30
Db\Adapter\Pdo::getTransactionLevel
  • References/PHP/Phalcon/Db/Adapter/Pdo

public getTransactionLevel () Returns the current transaction nesting level

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::getDefaultValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition

2025-01-10 15:47:30
Db\Adapter\Pdo\Postgresql::describeColumns
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing

2025-01-10 15:47:30