Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for query

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
InsertQuery_mysql::__toString function drivers/database_mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
EntityFieldQuery::addMetaData function modules/entity/entity.query.inc Adds additional metadata to the query.
SelectQueryInterface::groupBy function includes/database/select.inc Groups the result set by the specified field.
MergeQuery::$expressionFields property includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
NodeQueryAlter::$noAccessUser property modules/node/tests/node.test User without permission to view content.
_node_query_node_access_alter function modules/node/node.module Helper for node access functions.
SelectQueryInterface::__clone function includes/database/select.inc Clone magic method.
SelectQueryExtender::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SearchQuery::$scoresArguments property modules/search/search.extender.inc Stores arguments for score expressions.
SelectQueryExtender::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQuery::havingConditions function includes/database/select.inc Implements QueryConditionInterface::havingConditions().
SelectQueryExtender::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
database_test_odd_pager_query function modules/simpletest/tests/database_test.module Run a pager query and return the results.
SelectQueryExtender::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SearchQuery::searchExpression function modules/search/search.extender.inc Sets up the search query expression.
field_test_entity_query_alter function modules/field/tests/field_test/field_test.module Implements hook_entity_query_alter().
SearchQuery::executeFirstPass function modules/search/search.extender.inc Executes the first pass query.
backdrop_get_query_parameters function includes/common.inc Processes a URL query parameter array to remove unwanted elements.
entity_query_access_test_menu function modules/entity/tests/entity_query_access_test/entity_query_access_test.module Implements hook_menu().
views_plugin_query::set_limit function modules/views/plugins/views_plugin_query.inc Set a LIMIT on the query, specifying a maximum number of results.
views_handler_argument::query function modules/views/handlers/views_handler_argument.inc Set up the query for this argument.
SelectQueryExtender::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
entity_query_access_test.info file modules/entity/tests/entity_query_access_test/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
views_plugin_pager_none::query function modules/views/plugins/views_plugin_pager_none.inc Modify the query for paging
views_handler_sort_date::query function modules/views/handlers/views_handler_sort_date.inc Called to add the sort to a query.
SelectQueryExtender::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
hook_views_query_substitutions function modules/views/views.api.php Performs replacements in the query before being performed.
SelectQueryInterface::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
views_plugin_query_default.inc file modules/views/plugins/views_plugin_query_default.inc Defines the default query object.
tablesort_get_query_parameters function includes/tablesort.inc Composes a URL query parameter array for table sorting links.
DatabaseTemporaryQueryTestCase class modules/simpletest/tests/database_test.test Temporary query tests.
SelectQueryExtender::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SearchQuery::$searchExpression property modules/search/search.extender.inc The search query that is used for searching.
DatabaseSerializeQueryTestCase class modules/simpletest/tests/database_test.test Query serialization tests.
SelectQueryExtender::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
views_plugin_query::set_offset function modules/views/plugins/views_plugin_query.inc Set an OFFSET on the query, specifying a number of results to skip
SelectQueryExtender::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryExtender::innerJoin function includes/database/select.inc Inner Join against another table in the database.
DatabaseConnection::queryRange function includes/database/database.inc Runs a limited-range query on this database object.
date_views_plugin_pager::query function modules/date/views/date_views_plugin_pager.inc Transfer date information from the argument to the view.
user_views_query_substitutions function modules/user/views/user.views.inc Allow replacement of current user ID so we can cache these queries.
UpdateQuery::$expressionFields property includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
DatabaseSelectSubqueryTestCase class modules/simpletest/tests/database_test.test Test case for subselects in a dynamic SELECT query.
backdrop_render_cache_by_query function includes/common.inc Prepares an element for caching based on a query.
field_test_field_storage_query function modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_query().
SelectQueryExtender::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQueryExtender::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
QueryConditionInterface::where function includes/database/query.inc Adds an arbitrary WHERE clause to the query.
EntityFieldQuery::addCondition function modules/entity/entity.query.inc Adds a condition to an already built SelectQuery (internal function).
SelectQueryInterface::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.

Pages

  • « first
  • ‹ previous
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS