| 
            views_plugin_query_default::add_orderby           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Add an ORDER BY clause to the query.           | 
              
          
                  | 
            views_plugin_query_default::add_groupby           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Add a simple GROUP BY clause to the query. The caller is responsible
for ensuring that the fields are fully qualified and the table is properly
added.           | 
              
          
                  | 
            views_plugin_query_default::placeholder           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Generates a unique placeholder used in the db query.           | 
              
          
                  | 
            ViewsQueryGroupByTest::testGroupByCount           | 
                  
            function           | 
                  
            core/modules/views/tests/views_groupby.test           | 
                  
                       | 
              
          
                  | 
            DatabaseStatementPrefetch::$queryString           | 
                  
            property           | 
                  
            core/includes/database/prefetch.inc           | 
                  
            The query string.           | 
              
          
                  | 
            NodeQueryAlter::testNodeQueryAlterWithUI           | 
                  
            function           | 
                  
            core/modules/node/tests/node.test           | 
                  
            Tests that node access permissions are followed.           | 
              
          
                  | 
            NodeEntityFieldQueryAlter::$noAccessUser           | 
                  
            property           | 
                  
            core/modules/node/tests/node.test           | 
                  
            User without permission to view content.           | 
              
          
                  | 
            views_plugin_query::get_aggregation_info           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query.inc           | 
                  
            Get aggregation info for group by queries.           | 
              
          
                  | 
            date_views_plugin_pager::use_count_query           | 
                  
            function           | 
                  
            core/modules/date/views/date_views_plugin_pager.inc           | 
                  
            This kind of pager does not need to count the number of records.           | 
              
          
                  | 
            date_views_filter_handler::$query_fields           | 
                  
            property           | 
                  
            core/modules/date/views/date_views_filter_handler.inc           | 
                  
                       | 
              
          
                  | 
            views_handler_sort_comment_thread::query           | 
                  
            function           | 
                  
            core/modules/comment/views/views_handler_sort_comment_thread.inc           | 
                  
            Called to add the sort to a query.           | 
              
          
                  | 
            views_plugin_pager_none::use_count_query           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_pager_none.inc           | 
                  
            Determine if a pager needs a count query.           | 
              
          
                  | 
            views_plugin_pager_some::use_count_query           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_pager_some.inc           | 
                  
            Determine if a pager needs a count query.           | 
              
          
                  | 
            views_plugin_query_default::set_distinct           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Set the view to be distinct.           | 
              
          
                  | 
            views_plugin_query_default::options_form           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Add settings for the ui.           | 
              
          
                  | 
            views_handler_relationship_broken::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_relationship.inc           | 
                  
            Called to implement a relationship in a query.           | 
              
          
                  | 
            views_plugin_query_default::ensure_table           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Ensure a table exists in the queue; if it already exists it won't
do anything, but if it doesn't it will add the table queue. It will ensure
a path leads back to the relationship table.           | 
              
          
                  | 
            views_plugin_query_default::clear_fields           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Remove all fields that may have been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed.           | 
              
          
                  | 
            views_handler_filter_user_current::query           | 
                  
            function           | 
                  
            core/modules/user/views/views_handler_filter_user_current.inc           | 
                  
            Add this filter to the query.           | 
              
          
                  | 
            views_handler_sort_menu_hierarchy::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc           | 
                  
            Called to add the sort to a query.           | 
              
          
                  | 
            EntityFieldQuery::fieldLanguageCondition           | 
                  
            function           | 
                  
            core/modules/entity/entity.query.inc           | 
                  
            Adds a condition on the field language column.           | 
              
          
                  | 
            DatabaseConnection_mysql::queryTemporary           | 
                  
            function           | 
                  
            core/includes/database/mysql/database.inc           | 
                  
            Runs a SELECT query and stores its results in a temporary table.           | 
              
          
                  | 
            ViewsQueryGroupByTest::GroupByTestHelper           | 
                  
            function           | 
                  
            core/modules/views/tests/views_groupby.test           | 
                  
                       | 
              
          
                  | 
            views_handler_field_term_node_tid::query           | 
                  
            function           | 
                  
            core/modules/taxonomy/views/views_handler_field_term_node_tid.inc           | 
                  
            Add this term to the query           | 
              
          
                  | 
            DatabaseFetch2TestCase::testQueryFetchNum           | 
                  
            function           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
                       | 
              
          
                  | 
            DatabaseStatementPrefetch::getQueryString           | 
                  
            function           | 
                  
            core/includes/database/prefetch.inc           | 
                  
            Return the object's SQL query string.           | 
              
          
                  | 
            DatabaseFetch2TestCase::testQueryFetchCol           | 
                  
            function           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Confirm that we can fetch an entire column of a result set at once.           | 
              
          
                  | 
            _field_sql_storage_query_field_conditions           | 
                  
            function           | 
                  
            core/modules/field/modules/field_sql_storage/field_sql_storage.module           | 
                  
            Adds field (meta) conditions to the given query objects respecting groupings.           | 
              
          
                  | 
            LinkSanitizeTest::testBlankTitleWithQuery           | 
                  
            function           | 
                  
            core/modules/link/tests/link.sanitize.test           | 
                  
            Test that query URLs can be turned into absolute URLs.           | 
              
          
                  | 
            date_views_argument_handler_simple::query           | 
                  
            function           | 
                  
            core/modules/date/views/date_views_argument_handler_simple.inc           | 
                  
            Inject a test for valid date range before the regular query.           | 
              
          
                  | 
            views_plugin_query_default::get_join_data           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Retrieve join data from the larger join data cache.           | 
              
          
                  | 
            views_plugin_query_default::add_signature           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Add a signature to the query, if such a thing is feasible.           | 
              
          
                  | 
            views_handler_field_term_link_edit::query           | 
                  
            function           | 
                  
            core/modules/taxonomy/views/views_handler_field_term_link_edit.inc           | 
                  
            Called to add the field to a query.           | 
              
          
                  | 
            views_handler_argument_many_to_one::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_argument_many_to_one.inc           | 
                  
            Set up the query for this argument.           | 
              
          
                  | 
            ViewsQueryGroupByTest::testAggregateCount           | 
                  
            function           | 
                  
            core/modules/views/tests/views_groupby.test           | 
                  
            Tests aggregate count feature.           | 
              
          
                  | 
            ViewsQueryGroupByTest::testGroupByAverage           | 
                  
            function           | 
                  
            core/modules/views/tests/views_groupby.test           | 
                  
                       | 
              
          
                  | 
            views_handler_filter_entity_bundle::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_filter_entity_bundle.inc           | 
                  
            All entity types beside comment and taxonomy terms have a proper implement
bundle, though these two need an additional join to node/vocab table
to work as required.           | 
              
          
                  | 
            DatabaseFetchTestCase::testQueryFetchClass           | 
                  
            function           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Confirm that we can fetch a record into a new instance of a custom class.           | 
              
          
                  | 
            DatabaseFetch2TestCase::testQueryFetchBoth           | 
                  
            function           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Confirm that we can fetch a record into a doubly-keyed array explicitly.           | 
              
          
                  | 
            NodeQueryAlter::testNodeQueryAlterOverride           | 
                  
            function           | 
                  
            core/modules/node/tests/node.test           | 
                  
            Tests 'node_access' query alter override.           | 
              
          
                  | 
            views_handler_filter_fields_compare::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_filter_fields_compare.inc           | 
                  
            Overrides views_handler_filter#query().           | 
              
          
                  | 
            DatabaseStatementInterface::getQueryString           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Gets the query string of this statement.           | 
              
          
                  | 
            DatabaseRangeQueryTestCase::testRangeQuery           | 
                  
            function           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Confirm that range query work and return correct result.           | 
              
          
                  | 
            views_handler_sort_ncs_last_updated::query           | 
                  
            function           | 
                  
            core/modules/comment/views/views_handler_sort_ncs_last_updated.inc           | 
                  
            Called to add the sort to a query.           | 
              
          
                  | 
            views_handler_argument_string::title_query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_argument_string.inc           | 
                  
            Override for specific title lookups.           | 
              
          
                  | 
            viewsSearchQuery::condition_replace_string           | 
                  
            function           | 
                  
            core/modules/search/search.extender.inc           | 
                  
                       | 
              
          
                  | 
            views_plugin_query_default::$pure_distinct           | 
                  
            property           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Defines the distinct type.           | 
              
          
                  | 
            views_handler_sort_group_by_numeric::query           | 
                  
            function           | 
                  
            core/modules/views/handlers/views_handler_sort_group_by_numeric.inc           | 
                  
            Called to add the field to a query.           | 
              
          
                  | 
            views_plugin_query_default::options_submit           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Special submit handling.           | 
              
          
                  | 
            views_plugin_query_default::get_table_info           | 
                  
            function           | 
                  
            core/modules/views/plugins/views_plugin_query_default.inc           | 
                  
            Get the information associated with a table.           |