Schema::addPrimaryKey
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

public Schema::addPrimaryKey($table, $fields)

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

protected Connection::generateTemporaryTableName()

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

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

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

SelectExtender::isNotNull($field) Sets

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

public Schema::indexExists($table, $name)

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

abstract public Connection::mapConditionOperator($operator)

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

public Connection::insert($table, array $options = array())

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

public SelectInterface::havingArguments()

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

General class for an abstracted "Upsert" (UPDATE or INSERT) query operation. This class can only be used with a table with a single unique index

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

public Connection::truncate($table, array $options = array())

2025-01-10 15:47:30