Db\Adapter\Pdo\Mysql::describeIndexes
  • References/PHP/Phalcon/Db/Adapter/Pdo/Mysql

public Phalcon\Db\IndexInterface[] describeIndexes

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

extends abstract class Phalcon\Db\Adapter\Pdo

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

public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name

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

public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system

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

public escapeString (mixed $str) Escapes a value to avoid SQL injections according to the active charset in the connection

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

public Phalcon\Db\IndexInterface[] describeIndexes

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

public isUnderTransaction () Checks whether the connection is under a transaction

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

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::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