entity_query_access_test_sample_query |
function |
modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Returns the results from an example EntityFieldQuery. |
views_handler_field_user_roles::query |
function |
modules/user/views/views_handler_field_user_roles.inc |
Called to add the field to a query. |
views_handler_argument_numeric::query |
function |
modules/views/handlers/views_handler_argument_numeric.inc |
Set up the query for this argument. |
views_handler_argument::summary_query |
function |
modules/views/handlers/views_handler_argument.inc |
Build the info for the summary query. |
ViewsQueryGroupByTest::testGroupByMax |
function |
modules/views/tests/views_groupby.test |
|
EntityFieldQuery::fieldDeltaCondition |
function |
modules/entity/entity.query.inc |
Adds a condition on the field delta column. |
ViewsQueryGroupByTest::testGroupByMin |
function |
modules/views/tests/views_groupby.test |
|
ViewsQueryGroupByTest::testGroupBySum |
function |
modules/views/tests/views_groupby.test |
|
SearchMatchTestCase::_testQueryScores |
function |
modules/search/tests/search.test |
Test the scoring abilities of the engine. |
SelectQueryExtender::uniqueIdentifier |
function |
includes/database/select.inc |
Implements QueryPlaceholderInterface::uniqueIdentifier(). |
taxonomy_test_query_term_access_alter |
function |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_TAG_alter(). |
views_plugin_query_default::add_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query, ensuring the path exists. |
views_handler_filter_node_tnid::query |
function |
modules/translation/views/views_handler_filter_node_tnid.inc |
Add this filter to the query. |
field_sql_storage_field_storage_query |
function |
modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_query(). |
SelectQueryExtender::havingConditions |
function |
includes/database/select.inc |
|
DatabaseStatementBase::getQueryString |
function |
includes/database/database.inc |
Gets the query string of this statement. |
SelectQueryInterface::havingCondition |
function |
includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
views_plugin_query_default::add_where |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a simple WHERE clause to the query. The caller is responsible for
ensuring that all fields are fully qualified (TABLE.FIELD) and that
the table already exists in the query. |
views_plugin_query_default::add_field |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a field to the query table, possibly with an alias. This will
automatically call ensure_table to make sure the required table
exists, *unless* $table is unset. |
views_plugin_query::set_group_operator |
function |
modules/views/plugins/views_plugin_query.inc |
Control how all WHERE and HAVING groups are put together. |
SelectQueryExtender::$uniqueIdentifier |
property |
includes/database/select.inc |
A unique identifier for this query object. |
DatabaseStatementEmpty::getQueryString |
function |
includes/database/database.inc |
Gets the query string of this statement. |
NodeEntityFieldQueryAlter::$accessUser |
property |
modules/node/tests/node.test |
User with permission to view content. |
views_plugin_query_default::set_header |
function |
modules/views/plugins/views_plugin_query_default.inc |
Set the table header; used for click-sorting because it's needed
info to modify the ORDER BY clause. |
views_plugin_query_default::add_having |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a simple HAVING clause to the query. |
views_plugin_query_default::mark_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
|
views_handler_sort_search_score::query |
function |
modules/search/views/views_handler_sort_search_score.inc |
Called to add the sort to a query. |
EntityFieldQuery::$fieldMetaConditions |
property |
modules/entity/entity.query.inc |
List of field meta conditions (language and delta). |
ViewsQueryGroupByTest::testGroupByNone |
function |
modules/views/tests/views_groupby.test |
|
ConnectionUnitTest::testOpenQueryClose |
function |
modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query. |
MenuTestCase::testMenuQueryAndFragment |
function |
modules/menu/tests/menu.test |
Add and remove a menu link with a query string and fragment. |
ViewsQueryGroupByTest::testGroupByCount |
function |
modules/views/tests/views_groupby.test |
|
views_handler_field_comment_link::query |
function |
modules/comment/views/views_handler_field_comment_link.inc |
Overriden to add the field for the entity id. |
views_handler_field_search_score::query |
function |
modules/search/views/views_handler_field_search_score.inc |
Called to add the field to a query. |
views_plugin_query_default::placeholder |
function |
modules/views/plugins/views_plugin_query_default.inc |
Generates a unique placeholder used in the db query. |
views_plugin_query_default::adjust_join |
function |
modules/views/plugins/views_plugin_query_default.inc |
Fix a join to adhere to the proper relationship; the left table can vary
based upon what relationship items are joined in on. |
views_plugin_query_default::add_orderby |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add an ORDER BY clause to the query. |
views_plugin_query_default::ensure_path |
function |
modules/views/plugins/views_plugin_query_default.inc |
Make sure that the specified table can be properly linked to the primary
table in the JOINs. This function uses recursion. If the tables
needed to complete the path back to the primary table are not in the
query they will be added, but additional… |
views_plugin_query_default::queue_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query without ensuring the path. |
SearchMatchTestCase::_testQueryMatching |
function |
modules/search/tests/search.test |
Test the matching abilities of the engine. |
views_handler_filter_node_status::query |
function |
modules/node/views/views_handler_filter_node_status.inc |
Add this filter to the query. |
views_handler_filter_in_operator::query |
function |
modules/views/handlers/views_handler_filter_in_operator.inc |
Add this filter to the query. |
views_handler_filter_node_access::query |
function |
modules/node/views/views_handler_filter_node_access.inc |
See _node_access_where_sql() for a non-views query based implementation. |
views_plugin_query_default::add_groupby |
function |
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::get_result_entities |
function |
modules/views/plugins/views_plugin_query.inc |
Returns the according entity objects for the given query results. |
DatabaseStatementPrefetch::$queryString |
property |
includes/database/prefetch.inc |
The query string. |
views_plugin_pager::execute_count_query |
function |
modules/views/plugins/views_plugin_pager.inc |
Execute the count query, which will be done just prior to the query
itself being executed. |
views_plugin_query_default::ensure_table |
function |
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_handler_sort_menu_hierarchy::query |
function |
modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Called to add the sort to a query. |
views_plugin_pager_some::use_count_query |
function |
modules/views/plugins/views_plugin_pager_some.inc |
Determine if a pager needs a count query. |