views_plugin_pager_none::query |
function |
core/modules/views/plugins/views_plugin_pager_none.inc |
Modify the query for paging |
user_views_query_substitutions |
function |
core/modules/user/views/user.views.inc |
Allow replacement of current user ID so we can cache these queries. |
SelectQueryExtender::forUpdate |
function |
core/includes/database/select.inc |
Add FOR UPDATE to the query. |
views_plugin_pager_some::query |
function |
core/modules/views/plugins/views_plugin_pager_some.inc |
Modify the query for paging |
SelectQueryExtender::isNotNull |
function |
core/includes/database/select.inc |
Sets a condition that the specified field be NOT NULL. |
SelectQueryExtender::notExists |
function |
core/includes/database/select.inc |
Sets a condition that the specified subquery returns no values. |
node_views_query_substitutions |
function |
core/modules/node/views/node.views.inc |
Implements hook_views_query_substitutions(). |
database_test_even_pager_query |
function |
core/modules/simpletest/tests/database_test.module |
Run a pager query and return the results. |
QueryConditionInterface::where |
function |
core/includes/database/query.inc |
Adds an arbitrary WHERE clause to the query. |
views_plugin_query_default.inc |
file |
core/modules/views/plugins/views_plugin_query_default.inc |
Defines the default query object. |
EntityFieldQuery::fieldOrderBy |
function |
core/modules/entity/entity.query.inc |
Orders the result set by a given field column. |
EntityFieldQuery::addCondition |
function |
core/modules/entity/entity.query.inc |
Adds a condition to an already built SelectQuery (internal function). |
views_join_subquery::build_join |
function |
core/modules/views/includes/handlers.inc |
Build the SQL for the join this object represents. |
SearchQuery::$executedFirstPass |
property |
core/modules/search/search.extender.inc |
Indicates whether the first pass query has been executed. |
entity_query_access_test.module |
file |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Helper module for testing EntityFieldQuery access on any type of entity. |
SelectQueryInterface::getFields |
function |
core/includes/database/select.inc |
Returns a reference to the fields array for this query. |
SelectQueryInterface::getTables |
function |
core/includes/database/select.inc |
Returns a reference to the tables array for this query. |
views_views_query_substitutions |
function |
core/modules/views/views.module |
Substitute current time; this works with cached queries. |
SelectQueryInterface::innerJoin |
function |
core/includes/database/select.inc |
Inner Join against another table in the database. |
SelectQueryInterface::rightJoin |
function |
core/includes/database/select.inc |
Right Outer Join against another table in the database. |
SelectQueryInterface::forUpdate |
function |
core/includes/database/select.inc |
Add FOR UPDATE to the query. |
SelectQueryExtender::hasAllTags |
function |
core/includes/database/select.inc |
Determines if a given query has all specified tags. |
SelectQueryExtender::conditions |
function |
core/includes/database/select.inc |
Gets a complete list of all conditions in this conditional clause. |
ViewsQueryGroupByTest::$profile |
property |
core/modules/views/tests/views_groupby.test |
The profile to install as a basis for testing. |
EntityFieldQueryTestCase::setUp |
function |
core/modules/entity/tests/entity_query.test |
Sets up a Backdrop site for running functional and integration tests. |
SelectQueryExtender::getOrderBy |
function |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
SelectQueryExtender::getGroupBy |
function |
core/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
SelectQueryExtender::isPrepared |
function |
core/includes/database/select.inc |
Indicates if preExecute() has already been called on that object. |
SelectQueryExtender::preExecute |
function |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
PagerDefault::$customCountQuery |
property |
core/includes/pager.class.inc |
The count query that will be used for this pager. |
SelectQueryExtender::countQuery |
function |
core/includes/database/select.inc |
Get the equivalent COUNT query of this query as a new query object. |
SelectQueryExtender::__toString |
function |
core/includes/database/select.inc |
|
QueryConditionInterface::isNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
QueryConditionInterface::exists |
function |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns values. |
QueryAlterableInterface::addTag |
function |
core/includes/database/query.inc |
Adds a tag to a query. |
QueryAlterableInterface::hasTag |
function |
core/includes/database/query.inc |
Determines if a given query has a given tag. |
EntityFieldQuery::entityOrderBy |
function |
core/modules/entity/entity.query.inc |
Orders the result set by entity-generic metadata. |
views_handler_field_math::query |
function |
core/modules/views/handlers/views_handler_field_math.inc |
Called to add the field to a query. |
EntityFieldQuery::queryCallback |
function |
core/modules/entity/entity.query.inc |
Determines the query callback to use for this entity query. |
EntityFieldQuery::propertyQuery |
function |
core/modules/entity/entity.query.inc |
Queries entity tables in SQL for property conditions and sorts. |
views_handler_field_field::query |
function |
core/modules/field/views/views_handler_field_field.inc |
Called to add the field to a query. |
NodeEntityFieldQueryAlter::setUp |
function |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
views_plugin_exposed_form::query |
function |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Add anything to the query that we might need to. |
DatabaseConnection::prepareQuery |
function |
core/includes/database/database.inc |
Prepares a query string and returns the prepared statement. |
SearchQuery::$expressionsIgnored |
property |
core/modules/search/search.extender.inc |
Whether or not search expressions were ignored. |
views_plugin_query::options_form |
function |
core/modules/views/plugins/views_plugin_query.inc |
Add settings for the ui. |
views_plugin_query::render_pager |
function |
core/modules/views/plugins/views_plugin_query.inc |
Render the pager, if necessary. |
QueryExtendableInterface::extend |
function |
core/includes/database/select.inc |
Enhance this object by wrapping it in an extender object. |
SelectQueryInterface::getOrderBy |
function |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
SelectQueryInterface::getGroupBy |
function |
core/includes/database/select.inc |
Returns a reference to the group-by array for this query. |