|
SelectQuery::havingNotExists |
function |
drupal/includes/database/select.inc |
|
|
_locale_translate_seek_query |
function |
drupal/includes/locale.inc |
Build array out of search criteria specified in request variables |
|
drupal_render_cache_by_query |
function |
drupal/includes/common.inc |
Prepares an element for caching based on a query. |
|
SelectQueryInterface::fields |
function |
drupal/includes/database/select.inc |
Add multiple fields from the same table to be SELECTed. |
|
search_node_tags_query_alter |
function |
drupal/modules/search/tests/search_node_tags.module |
Implements hook_query_alter(). |
|
DatabaseQueryTestCase::setUp |
function |
drupal/modules/simpletest/tests/database_test.test |
Sets up a Drupal site for running functional and integration tests. |
|
SelectQueryExtender::compile |
function |
drupal/includes/database/select.inc |
Compiles the saved conditions for later retrieval. |
|
SelectQueryExtender::execute |
function |
drupal/includes/database/select.inc |
|
|
SelectQueryExtender::addJoin |
function |
drupal/includes/database/select.inc |
Join against another table in the database. |
|
SelectQueryExtender::orderBy |
function |
drupal/includes/database/select.inc |
Orders the result set by a given field. |
|
SelectQueryExtender::groupBy |
function |
drupal/includes/database/select.inc |
Groups the result set by the specified field. |
|
MergeQuery::$expressionFields |
property |
drupal/includes/database/query.inc |
Array of fields to update to an expression in case of a duplicate record. |
|
_node_query_node_access_alter |
function |
drupal/modules/node/node.module |
Helper for node access functions. |
|
field_test_entity_query_alter |
function |
drupal/modules/field/tests/field_test.module |
Implements hook_entity_query_alter(). |
|
SelectQuery::havingConditions |
function |
drupal/includes/database/select.inc |
|
|
EntityFieldQuery::addMetaData |
function |
drupal/includes/entity.inc |
Adds additional metadata to the query. |
|
EntityFieldQuery::finishQuery |
function |
drupal/includes/entity.inc |
Finishes the query. |
|
InsertQuery_mysql::__toString |
function |
drupal/includes/database/mysql/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
|
database_test_odd_pager_query |
function |
drupal/modules/simpletest/tests/database_test.module |
Run a pager query and return the results. |
|
entity_query_access_test.info |
file |
drupal/modules/simpletest/tests/entity_query_access_test.info |
name = "Entity query access test"
description = "Support module for checking entity query results."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
CommentController::buildQuery |
function |
drupal/modules/comment/comment.module |
Builds the query to load the entity. |
|
entity_query_access_test_menu |
function |
drupal/modules/simpletest/tests/entity_query_access_test.module |
Implements hook_menu(). |
|
InsertQuery_pgsql::__toString |
function |
drupal/includes/database/pgsql/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
|
SearchQuery::$scoresArguments |
property |
drupal/modules/search/search.extender.inc |
Stores arguments for score expressions. |
|
SearchQuery::searchExpression |
function |
drupal/modules/search/search.extender.inc |
Sets up the search query expression. |
|
SearchQuery::executeFirstPass |
function |
drupal/modules/search/search.extender.inc |
Executes the first pass query. |
|
TableSort::getQueryParameters |
function |
drupal/includes/tablesort.inc |
Compose a URL query parameter array to append to table sorting requests. |
|
SelectQueryInterface::addJoin |
function |
drupal/includes/database/select.inc |
Join against another table in the database. |
|
SelectQueryInterface::orderBy |
function |
drupal/includes/database/select.inc |
Orders the result set by a given field. |
|
SelectQueryInterface::groupBy |
function |
drupal/includes/database/select.inc |
Groups the result set by the specified field. |
|
SelectQueryInterface::__clone |
function |
drupal/includes/database/select.inc |
Clone magic method. |
|
SelectQueryExtender::compiled |
function |
drupal/includes/database/select.inc |
Check whether a condition has been previously compiled. |
|
NodeQueryAlter::$noAccessUser |
property |
drupal/modules/node/node.test |
User without permission to view content. |
|
SelectQueryExtender::getUnion |
function |
drupal/includes/database/select.inc |
Returns a reference to the union queries for this query. This include
queries for UNION, UNION ALL, and UNION DISTINCT. |
|
SelectQueryExtender::distinct |
function |
drupal/includes/database/select.inc |
Sets this query to be DISTINCT. |
|
SelectQueryExtender::addField |
function |
drupal/includes/database/select.inc |
Adds a field to the list to be SELECTed. |
|
SelectQueryExtender::leftJoin |
function |
drupal/includes/database/select.inc |
Left Outer Join against another table in the database. |
|
SelectQuery_sqlite::forUpdate |
function |
drupal/includes/database/sqlite/select.inc |
Add FOR UPDATE to the query. |
|
InsertQuery_sqlite::__toString |
function |
drupal/includes/database/sqlite/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
|
DatabaseConnection::queryRange |
function |
drupal/includes/database/database.inc |
Runs a limited-range query on this database object. |
|
EntityFieldQuery::fieldOrderBy |
function |
drupal/includes/entity.inc |
Orders the result set by a given field column. |
|
EntityFieldQuery::addCondition |
function |
drupal/includes/entity.inc |
Adds a condition to an already built SelectQuery (internal function). |
|
field_test_field_storage_query |
function |
drupal/modules/field/tests/field_test.storage.inc |
Implements hook_field_storage_query(). |
|
DatabaseSelectSubqueryTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Test case for subselects in a dynamic SELECT query. |
|
SelectQuery_pgsql::orderRandom |
function |
drupal/includes/database/pgsql/select.inc |
Orders the result set by a random value. |
|
database_test_even_pager_query |
function |
drupal/modules/simpletest/tests/database_test.module |
Run a pager query and return the results. |
|
SearchQuery::$searchExpression |
property |
drupal/modules/search/search.extender.inc |
The search query that is used for searching. |
|
QueryConditionInterface::where |
function |
drupal/includes/database/query.inc |
Adds an arbitrary WHERE clause to the query. |
|
DatabaseSerializeQueryTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Query serialization tests. |
|
DatabaseTemporaryQueryTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Temporary query tests. |