Connection::upsert
  • References/PHP/Drupal/Database/Connection

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

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

Empty implementation of a database statement. This class satisfies the requirements of being a database statement/result object, but does not

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

abstract public Schema::dropTable($table) Drop

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

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

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

public Select::havingCondition($field, $value = NULL, $operator = NULL)

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

An array of values to update to. Type:

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

Cache of logged queries. This will only be used if the query logger is enabled. The structure for the logging array is as follows:

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

public SelectExtender::getMetaData($key)

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

public Upsert::execute() Runs the query

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

protected TableSortExtender::order()

2025-01-10 15:47:30