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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Drops a view

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

public rollback ([mixed $nesting]) Rollbacks the active transaction in the connection

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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

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

implements Phalcon\Events\EventsAwar

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