Connection::getFullQualifiedTableName
  • References/PHP/Drupal/Database/Driver/pgsql/Connection

public Connection::getFullQualifiedTableName($table)

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

Index of what driver-specific class to use for various operations. Type:

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

Exception thrown if a query would violate an integrity constraint. This exception is thrown e.g. when trying to insert a row that would violate

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

The query string. Type: string File core/lib/Drupal

2025-01-10 15:47:30
Select::$union
  • References/PHP/Drupal/Database/Query/Select

An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'

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

public SelectExtender::uniqueIdentifier()

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

public Connection::version() Returns

2025-01-10 15:47:30
Schema::dropPrimaryKey
  • References/PHP/Drupal/Database/Driver/pgsql/Schema

public Schema::dropPrimaryKey($table) Drop

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

public Select::innerJoin($table, $alias = NULL, $condition = NULL, $arguments

2025-01-10 15:47:30
Insert::execute
  • References/PHP/Drupal/Database/Driver/pgsql/Insert

public Insert::execute() Executes

2025-01-10 15:47:30