SelectQueryExtender::havingCompile |
function |
core/includes/database/select.inc |
|
common_test_js_and_css_querystring |
function |
core/modules/simpletest/tests/common_test.module |
Adds a JavaScript file and a CSS file with a query string appended. |
SelectQueryExtender::addExpression |
function |
core/includes/database/select.inc |
Adds an expression to the list of "fields" to be selected. |
views_handler_filter_string::query |
function |
core/modules/views/handlers/views_handler_filter_string.inc |
Add this filter to the query. |
QueryConditionInterface::condition |
function |
core/includes/database/query.inc |
Helper function: builds the most common conditional clauses. |
QueryConditionInterface::isNotNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
QueryConditionInterface::notExists |
function |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns no values. |
QueryConditionInterface::arguments |
function |
core/includes/database/query.inc |
Gets a complete list of all values to insert into the prepared statement. |
EntityFieldQuery::$fieldConditions |
property |
core/modules/entity/entity.query.inc |
List of field conditions. |
QueryAlterableInterface::hasAnyTag |
function |
core/includes/database/query.inc |
Determines if a given query has any specified tag. |
EntityFieldQuery::$executeCallback |
property |
core/modules/entity/entity.query.inc |
The method executing the query, if it is overriding the default. |
jquery.treetable.theme.default.css |
file |
core/modules/system/css/jquery.treetable.theme.default.css |
table.treetable {
border-collapse: collapse;
width: 100%;
}
table.treetable span {
background-position: center left;
background-repeat: no-repeat;
padding: .2em 0 .2em 1em;
}
table.treetable tr.collapsed span.indenter a {
… |
SearchExactTestCase::testExactQuery |
function |
core/modules/search/tests/search.test |
Tests that the correct number of pager links are found for both keywords and phrases. |
views_handler_filter_numeric::query |
function |
core/modules/views/handlers/views_handler_filter_numeric.inc |
Add this filter to the query. |
views_plugin_query::set_where_group |
function |
core/modules/views/plugins/views_plugin_query.inc |
Create a new grouping for the WHERE or HAVING clause. |
SelectQueryInterface::addExpression |
function |
core/includes/database/select.inc |
Adds an expression to the list of "fields" to be selected. |
views_plugin_pager::use_count_query |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Determine if a pager needs a count query. |
SelectQueryExtender::getExpressions |
function |
core/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
views_handler_filter_combine::query |
function |
core/modules/views/handlers/views_handler_filter_combine.inc |
Add this filter to the query. |
DefaultEntityController::buildQuery |
function |
core/modules/entity/entity.controller.inc |
Builds the query to load the entity. |
views_plugin_query_default::add_tag |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Adds a query tag to the sql object. |
QueryConditionInterface::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
EntityFieldQuery::$entityConditions |
property |
core/modules/entity/entity.query.inc |
Associative array of entity-generic metadata conditions. |
QueryAlterableInterface::hasAllTags |
function |
core/includes/database/query.inc |
Determines if a given query has all specified tags. |
views_plugin_query_default::execute |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Executes the query and fills the associated view object with according
values. |
EntityFieldQuery::addFieldCondition |
function |
core/modules/entity/entity.query.inc |
Adds the given condition to the proper condition array. |
EntityFieldQuery::propertyCondition |
function |
core/modules/entity/entity.query.inc |
Adds a condition on an entity-specific property. |
views_plugin_display_extender::query |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Inject anything into the query that the display_extender handler needs. |
views_handler_argument_broken::query |
function |
core/modules/views/handlers/views_handler_argument.inc |
Set up the query for this argument. |
node_query_entity_field_access_alter |
function |
core/modules/node/node.module |
Implements hook_query_TAG_alter(). |
_field_sql_storage_query_join_entity |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Adds the base entity table to a field query object. |
views_plugin_query::options_validate |
function |
core/modules/views/plugins/views_plugin_query.inc |
Validate the options form. |
SelectQueryInterface::getExpressions |
function |
core/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
CommentStorageController::buildQuery |
function |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::buildQuery(). |
SelectQueryExtender::nextPlaceholder |
function |
core/includes/database/select.inc |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
views_handler_field_user_link::query |
function |
core/modules/user/views/views_handler_field_user_link.inc |
Called to add the field to a query. |
views_handler_field_term_path::query |
function |
core/modules/taxonomy/views/views_handler_field_term_path.inc |
Called to add the field to a query. |
views_handler_argument_search::query |
function |
core/modules/search/views/views_handler_argument_search.inc |
Add this argument to the query. |
SelectQueryExtender::havingCondition |
function |
core/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingArguments |
function |
core/includes/database/select.inc |
|
field_test_dummy_field_storage_query |
function |
core/modules/field/tests/field_test/field_test.module |
Pseudo-implements hook_field_storage_query(). |
views_handler_argument_string::query |
function |
core/modules/views/handlers/views_handler_argument_string.inc |
Build the query based upon the formula |
views_handler_filter_combine::$query |
property |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_field_node_path::query |
function |
core/modules/node/views/views_handler_field_node_path.inc |
Provide necessary query segments. |
BackdropWebTestCase::buildXPathQuery |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Builds an XPath query. |
QueryAlterableInterface::addMetaData |
function |
core/includes/database/query.inc |
Adds additional metadata to the query. |
QueryAlterableInterface::getMetaData |
function |
core/includes/database/query.inc |
Retrieves a given piece of metadata. |
DatabaseConnection_mysql::queryRange |
function |
core/includes/database/mysql/database.inc |
Runs a limited-range query on this database object. |
file_query_entity_field_access_alter |
function |
core/modules/file/file.module |
Implements hook_query_TAG_alter(). |
views_handler_argument::summary_query |
function |
core/modules/views/handlers/views_handler_argument.inc |
Build the info for the summary query. |