TransactionExplicitCommitNotAllowedException
  • References/PHP/Drupal/Database/TransactionExplicitCommitNotAllowedException

Exception to deny attempts to explicitly manage transactions. This exception will be thrown when the PDO connection commit() is called. Code

2025-01-10 15:47:30
StatementInterface::fetchField
  • References/PHP/Drupal/Database/StatementInterface

public StatementInterface::fetchField($index = 0)

2025-01-10 15:47:30
SchemaObjectDoesNotExistException
  • References/PHP/Drupal/Database/SchemaObjectDoesNotExistException

Exception thrown if an object being modified doesn't exist yet. For example, this exception should be thrown whenever there is an attempt to

2025-01-10 15:47:30
Database::$logs
  • References/PHP/Drupal/Database/Database

An array of active query log objects. Every connection has one and only one logger object for all targets and logging keys.

2025-01-10 15:47:30
TransactionNoActiveException
  • References/PHP/Drupal/Database/TransactionNoActiveException

Exception for when popTransaction() is called with no active transaction. Hierarchy class

2025-01-10 15:47:30
Condition
  • References/PHP/Drupal/Database/Query/Condition

Generic class for a series of conditions in a query. Hierarchy class \Drupal\Core\Database\Query\

2025-01-10 15:47:30
Query::uniqueIdentifier
  • References/PHP/Drupal/Database/Query/Query

public Query::uniqueIdentifier() Returns

2025-01-10 15:47:30
Condition::condition
  • References/PHP/Drupal/Database/Query/Condition

public Condition::condition($field, $value = NULL, $operator = '=')

2025-01-10 15:47:30
Insert
  • References/PHP/Drupal/Database/Query/Insert

General class for an abstracted INSERT query. Hierarchy class \Drupal\Core\Database\Query\

2025-01-10 15:47:30
SelectExtender::conditionGroupFactory
  • References/PHP/Drupal/Database/Query/SelectExtender

public SelectExtender::conditionGroupFactory($conjunction =

2025-01-10 15:47:30