Skip to main content
Backdrop CMS Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

You are here

  1. Home »
  2. API reference »
  3. 1.x

Search for where

Name Type Location Description
MergeQuery::where function core/includes/database/query.inc Implements QueryConditionInterface::where().
DeleteQuery::where function core/includes/database/query.inc Implements QueryConditionInterface::where().
UpdateQuery::where function core/includes/database/query.inc Implements QueryConditionInterface::where().
SelectQuery::where function core/includes/database/select.inc Implements QueryConditionInterface::where().
SelectQuery::$where property core/includes/database/select.inc The conditional object for the WHERE clause.
DatabaseCondition::where function core/includes/database/query.inc Implements QueryConditionInterface::where().
SelectQueryExtender::where function core/includes/database/select.inc Adds an arbitrary WHERE clause to the query.
QueryConditionInterface::where function core/includes/database/query.inc Adds an arbitrary WHERE clause to the query.
date_sql_handler::sql_where_date function core/modules/date/views/date_sql_handler.inc Creates a where clause to compare a complete date field to a date value.
date_sql_handler::sql_where_format function core/modules/date/views/date_sql_handler.inc Create a where clause to compare a formated field to a formated value.
views_plugin_query::set_where_group function core/modules/views/plugins/views_plugin_query.inc Create a new grouping for the WHERE or HAVING clause.
date_sql_handler::sql_where_extract function core/modules/date/views/date_sql_handler.inc Creates a where clause comparing an extracted date part to an integer.
views_plugin_query_default::add_where function core/modules/views/plugins/views_plugin_query_default.inc Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.
DatabaseUpdateTestCase::testWhereUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a where call.
views_plugin_query_default::get_where_args function core/modules/views/plugins/views_plugin_query_default.inc Get the arguments attached to the WHERE and HAVING clauses of this query.
views_plugin_query_default::add_where_expression function core/modules/views/plugins/views_plugin_query_default.inc Add a complex WHERE clause to the query.
DatabaseUpdateTestCase::testWhereAndConditionUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can stack condition and where calls.
  • Getting Started
    • Installing
    • Updating/Upgrading
    • Hosting/Deploying
  • Migrating from Drupal
    • Introduction
    • Upgrading from D7
  • User Guide
    • Quick Start Guide
    • Using Backdrop
    • Contributed Modules
  • Developing for Backdrop
    • Developing Modules
    • Developing Themes
    • Developing Layouts
    • Writing secure code
  • Contributors Guide
    • How to use the core issue queue
    • Contribute to Backdrop
  • API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Form API Reference
  • Appendix/Reference
    • Change Records
    • Glossary
    • Coding & documentation standards

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS
  • backdropcms.org
  • forum.backdropcms.org