Db\Adapter::addForeignKey
  • References/PHP/Phalcon/Db/Adapter

public addForeignKey (mixed $tableName, mixed $schemaName,

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

public begin ([mixed $nesting]) Starts a transaction in the connection

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

implements Phalcon\Events\EventsAwar

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

public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections

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

public array getErrorInfo () Return the error info, if any

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

public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns

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::fetchAll
  • References/PHP/Phalcon/Db/Adapter

public array fetchAll (string $sqlQuery, [int $fetchMode], [array $bindParams], [array $bindTypes])

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::dropPrimaryKey
  • References/PHP/Phalcon/Db/Adapter

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Drops a table’s primary key

2025-01-10 15:47:30