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
SelectQueryExtender::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
views_plugin_pager_some::query function modules/views/plugins/views_plugin_pager_some.inc Modify the query for paging
SelectQueryExtender::isNotNull function includes/database/select.inc Sets a condition that the specified field be NOT NULL.
views_plugin_pager_full::query function modules/views/plugins/views_plugin_pager_full.inc Modify the query for paging
SelectQueryExtender::hasAnyTag function includes/database/select.inc Determines if a given query has any specified tag.
EntityFieldQuery::fieldOrderBy function modules/entity/entity.query.inc Orders the result set by a given field column.
SelectQueryInterface::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::distinct function includes/database/select.inc Sets this query to be DISTINCT.
views_join_subquery::construct function modules/views/includes/handlers.inc Construct the views_join object.
node_views_query_substitutions function modules/node/views/node.views.inc Implements hook_views_query_substitutions().
database_test_even_pager_query function modules/simpletest/tests/database_test.module Run a pager query and return the results.
QueryAlterableInterface::addTag function includes/database/query.inc Adds a tag to a query.
PagerDefault::$customCountQuery property includes/pager.class.inc The count query that will be used for this pager.
views_views_query_substitutions function modules/views/views.module Substitute current time; this works with cached queries.
EntityFieldQuery::entityOrderBy function modules/entity/entity.query.inc Orders the result set by entity-generic metadata.
EntityFieldQuery::queryCallback function modules/entity/entity.query.inc Determines the query callback to use for this entity query.
EntityFieldQuery::propertyQuery function modules/entity/entity.query.inc Queries entity tables in SQL for property conditions and sorts.
SearchQuery::$executedFirstPass property modules/search/search.extender.inc Indicates whether the first pass query has been executed.
EntityFieldQueryTestCase::setUp function modules/entity/tests/entity_query.test Sets up a Backdrop site for running functional and integration tests.
QueryConditionInterface::isNull function includes/database/query.inc Sets a condition that the specified field be NULL.
QueryConditionInterface::exists function includes/database/query.inc Sets a condition that the specified subquery returns values.
QueryAlterableInterface::hasTag function includes/database/query.inc Determines if a given query has a given tag.
SelectQueryInterface::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryInterface::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryExtender::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQueryExtender::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryExtender::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryExtender::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryExtender::__toString function includes/database/select.inc
SelectQueryExtender::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryExtender::hasAllTags function includes/database/select.inc Determines if a given query has all specified tags.
SelectQueryExtender::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
views_join_subquery::build_join function modules/views/includes/handlers.inc Build the SQL for the join this object represents.
views_handler_field_math::query function modules/views/handlers/views_handler_field_math.inc Called to add the field to a query.
ViewsQueryGroupByTest::$profile property modules/views/tests/views_groupby.test The profile to install as a basis for testing.
entity_query_access_test.module file modules/entity/tests/entity_query_access_test/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
SelectQueryExtender::orderRandom function includes/database/select.inc Orders the result set by a random value.
database_test_db_query_temporary function modules/simpletest/tests/database_test.module Run a db_query_temporary and output the table name and its number of rows.
SelectQueryExtender::$connection property includes/database/select.inc The connection object on which to run this query.
SelectQueryInterface::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
views_plugin_query::render_pager function modules/views/plugins/views_plugin_query.inc Render the pager, if necessary.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
NodeEntityFieldQueryAlter::setUp function modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
views_handler_area_broken::query function modules/views/handlers/views_handler_area.inc Don't run a query
QueryConditionInterface::compile function includes/database/query.inc Compiles the saved conditions for later retrieval.
SelectQueryExtender::__construct function includes/database/select.inc
SelectQueryInterface::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.

Pages

  • « first
  • ‹ previous
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 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