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

public getDescriptor () Return descriptor used to connect to the active database

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\Pdo\Postgresql::getDefaultIdValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

public getDefaultIdValue () Returns the default identity value to be inserted in an identity column

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

public getSqlVariables () Active SQL bound parameter variables

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

public describeReferences (mixed $table, [mixed $schema]) Lists table references

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

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Drop an index from a table

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

public fetchOne (mixed $sqlQuery, [mixed $fetchMode], [mixed $bindParams], [mixed $bindTypes]) Returns

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

public Phalcon\Db\Index[] describeIndexes (string

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

public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause

2025-01-10 15:47:30