Query::__construct |
function |
core/includes/database/query.inc |
Constructs a Query object. |
Query::getComments |
function |
core/includes/database/query.inc |
Returns a reference to the comments array for the query. |
SelectQuery::range |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::range(). |
SelectQuery::union |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::union(). |
UpdateQuery::$table |
property |
core/includes/database/query.inc |
The table to update. |
views_plugin::query |
function |
core/modules/views/includes/plugin.inc |
Add anything to the query that we might need to. |
jquery.ui.theme.css |
file |
core/misc/ui/jquery.ui.theme.css |
/*!
* jQuery UI CSS Framework 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/category/theming/
*
* To view and… |
UpdateQuery::isNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
UpdateQuery::exists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
UpdateQuery::fields |
function |
core/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
SearchQuery::$words |
property |
core/modules/search/search.extender.inc |
Array of search words. |
MergeQuery::$result |
property |
core/includes/database/query.inc |
The result of the merge query. |
MergeQuery::compile |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
MergeQuery::execute |
function |
core/includes/database/query.inc |
Runs the query against the database. |
Views query plugins |
group |
core/modules/views/plugins/views_plugin_query.inc |
A Views query plugin builds SQL to execute using the Backdrop database API. |
SelectQueryExtender |
class |
core/includes/database/select.inc |
The base extender class for Select queries. |
SelectQuery::$order |
property |
core/includes/database/select.inc |
The fields by which to order this query. |
SelectQuery::$group |
property |
core/includes/database/select.inc |
The fields by which to group. |
SelectQuery::$where |
property |
core/includes/database/select.inc |
The conditional object for the WHERE clause. |
SelectQuery::$range |
property |
core/includes/database/select.inc |
The range limiters for this query. |
SelectQuery::$union |
property |
core/includes/database/select.inc |
An array whose elements specify a query to UNION, and the UNION type. The
'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',
'UNION ALL', or 'UNION DISTINCT'… |
SelectQuery::addTag |
function |
core/includes/database/select.inc |
Implements QueryAlterableInterface::addTag(). |
SelectQuery::hasTag |
function |
core/includes/database/select.inc |
Implements QueryAlterableInterface::hasTag(). |
jquery.ui.theme.css |
file |
core/themes/seven/css/jquery.ui.theme.css |
Seven styles for jQuery UI.
Overrides /misc/ui/ui.theme.css. |
SelectQuery::isNull |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::isNull(). |
SelectQuery::exists |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::exists(). |
SelectQuery::having |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::having(). |
SelectQuery::extend |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::extend(). |
TruncateQuery_mysql |
class |
core/includes/database/mysql/query.inc |
|
SelectQuery::fields |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::fields(). |
InsertQuery::$table |
property |
core/includes/database/query.inc |
The table on which to insert. |
InsertQuery::fields |
function |
core/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
InsertQuery::values |
function |
core/includes/database/query.inc |
Adds another set of values to the query to be inserted. |
DeleteQuery::$table |
property |
core/includes/database/query.inc |
The table from which to delete. |
DeleteQuery::isNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
DeleteQuery::exists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
views_join_subquery |
class |
core/modules/views/includes/handlers.inc |
Join handler for relationships that join with a subquery as the left field.
eg:
LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid |
DeleteQuery::compile |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
DeleteQuery::execute |
function |
core/includes/database/query.inc |
Executes the DELETE query. |
jquery.ui.button.css |
file |
core/misc/ui/jquery.ui.button.css |
/*!
* jQuery UI Button 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/button/#theming
*/
.ui-button {
padding:… |
jquery.ui.dialog.css |
file |
core/misc/ui/jquery.ui.dialog.css |
/*!
* jQuery UI Dialog 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
position:… |
UpdateQuery::$fields |
property |
core/includes/database/query.inc |
An array of fields that will be updated. |
jquery.ui.slider.css |
file |
core/misc/ui/jquery.ui.slider.css |
/*!
* jQuery UI Slider 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/slider/#theming
*/
.ui-slider {
position:… |
UpdateQuery::compile |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
UpdateQuery::execute |
function |
core/includes/database/query.inc |
Executes the UPDATE query. |
SearchQuery::$simple |
property |
core/modules/search/search.extender.inc |
Indicates whether the first pass query requires complex conditions (LIKE). |
SearchQuery::$scores |
property |
core/modules/search/search.extender.inc |
Stores score expressions. |
SearchQuery::execute |
function |
core/modules/search/search.extender.inc |
Executes the search. |
MergeQuery::compiled |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
installer_test_query |
function |
core/modules/installer/tests/installer_test/installer_test.module |
Page callback. Generates json based on the input filters. |