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

Search for query

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
Query class core/includes/database/query.inc Base class for query builders.
db_query function core/includes/database/database.inc Executes an arbitrary query string against the active database.
query.inc file core/includes/database/query.inc Non-specific Database query code. Used by all engines.
query.inc file core/includes/database/mysql/query.inc Query code for MySQL embedded database engine.
MergeQuery class core/includes/database/query.inc General class for an abstracted MERGE query operation.
UpdateQuery class core/includes/database/query.inc General class for an abstracted UPDATE operation.
SearchQuery class core/modules/search/search.extender.inc Do a query on the full-text search index for a word or words.
SelectQuery class core/includes/database/select.inc Query builder for SELECT statements.
InsertQuery class core/includes/database/query.inc General class for an abstracted INSERT query.
DeleteQuery class core/includes/database/query.inc General class for an abstracted DELETE operation.
TruncateQuery class core/includes/database/query.inc General class for an abstracted TRUNCATE operation.
NodeQueryAlter class core/modules/node/tests/node.test Tests node_query_node_access_alter().
db_query_range function core/includes/database/database.inc Executes a query against the active database, restricted to a range.
Query::__sleep function core/includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
Query::__clone function core/includes/database/query.inc Implements the magic __clone function.
Query::execute function core/includes/database/query.inc Runs the query against the database.
Query::comment function core/includes/database/query.inc Adds a comment to the query.
MergeQuery::key function core/includes/database/query.inc Sets the key field(s) to be used as conditions for this query.
Query::__wakeup function core/includes/database/query.inc Implements the magic __wakeup function to reconnect to the database.
views_query.test file core/modules/views/tests/views_query.test Tests for Views query features.
view::_pre_query function core/modules/views/includes/view.inc Run the pre_query() on all active handlers.
view::init_query function core/modules/views/includes/view.inc Do some common building initialization.
entity.query.inc file core/modules/entity/entity.query.inc Entity query API.
viewsSearchQuery class core/modules/search/search.extender.inc Extends the core SearchQuery.
EntityFieldQuery class core/modules/entity/entity.query.inc Retrieves entities matching a given set of conditions.
hook_query_alter function core/modules/system/system.api.php Perform alterations to a structured query.
Query::$comments property core/includes/database/query.inc An array of comments that can be prepended to a query.
jquery.ui.all.css file core/misc/ui/jquery.ui.all.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ @import…
MergeQuery::where function core/includes/database/query.inc Adds an arbitrary WHERE clause to the query.
entity_query.test file core/modules/entity/tests/entity_query.test Unit test file for the entity API.
InsertQuery_mysql class core/includes/database/mysql/query.inc MySQL-specific class for executing INSERT queries.
Query::__toString function core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
SelectQuery::join function core/includes/database/select.inc Default Join against another table in the database.
InsertQuery::from function core/includes/database/query.inc Sets the fromQuery on this InsertQuery object.
DeleteQuery::where function core/includes/database/query.inc
jquery.ui.base.css file core/misc/ui/jquery.ui.base.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ @import…
jquery.ui.core.css file core/misc/ui/jquery.ui.core.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ /* Layout…
jquery.ui.menu.css file core/misc/ui/jquery.ui.menu.css /*! * jQuery UI Menu 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/menu/#theming */ .ui-menu { list-style:…
jquery.ui.tabs.css file core/misc/ui/jquery.ui.tabs.css /*! * jQuery UI Tabs 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/tabs/#theming */ .ui-tabs { position:…
UpdateQuery::where function core/includes/database/query.inc
SearchQuery::$type property core/modules/search/search.extender.inc Type of search (search module).
MergeQuery::$table property core/includes/database/query.inc The table to be used for INSERT and UPDATE.
SearchQuery::$keys property core/modules/search/search.extender.inc Positive and negative search keys.
BackupMySql::query function core/includes/backup/backup.mysql.inc Run a query on this destination's database using Backdrop's MySQL engine.
MergeQuery::fields function core/includes/database/query.inc Sets common field-value pairs in the INSERT and UPDATE query parts.
MergeQuery::isNull function core/includes/database/query.inc Sets a condition that the specified field be NULL.
MergeQuery::exists function core/includes/database/query.inc Sets a condition that the specified subquery returns values.
views_plugin_query class core/modules/views/plugins/views_plugin_query.inc Object used to create a SELECT query.
db_query_temporary function core/includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
SelectQuery::where function core/includes/database/select.inc

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org