Query |
class |
core/includes/database/query.inc |
Base class for query builders. |
db_query |
function |
core/includes/database/database.inc |
Executes an arbitrary query string against the active database. |
query.inc |
file |
core/includes/database/query.inc |
Non-specific Database query code. Used by all engines. |
query.inc |
file |
core/includes/database/mysql/query.inc |
Query code for MySQL embedded database engine. |
MergeQuery |
class |
core/includes/database/query.inc |
General class for an abstracted MERGE query operation. |
UpdateQuery |
class |
core/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
SearchQuery |
class |
core/modules/search/search.extender.inc |
Do a query on the full-text search index for a word or words. |
SelectQuery |
class |
core/includes/database/select.inc |
Query builder for SELECT statements. |
InsertQuery |
class |
core/includes/database/query.inc |
General class for an abstracted INSERT query. |
DeleteQuery |
class |
core/includes/database/query.inc |
General class for an abstracted DELETE operation. |
TruncateQuery |
class |
core/includes/database/query.inc |
General class for an abstracted TRUNCATE operation. |
NodeQueryAlter |
class |
core/modules/node/tests/node.test |
Tests node_query_node_access_alter(). |
db_query_range |
function |
core/includes/database/database.inc |
Executes a query against the active database, restricted to a range. |
Query::__sleep |
function |
core/includes/database/query.inc |
Implements the magic __sleep function to disconnect from the database. |
Query::__clone |
function |
core/includes/database/query.inc |
Implements the magic __clone function. |
Query::execute |
function |
core/includes/database/query.inc |
Runs the query against the database. |
Query::comment |
function |
core/includes/database/query.inc |
Adds a comment to the query. |
MergeQuery::key |
function |
core/includes/database/query.inc |
Sets the key field(s) to be used as conditions for this query. |
Query::__wakeup |
function |
core/includes/database/query.inc |
Implements the magic __wakeup function to reconnect to the database. |
views_query.test |
file |
core/modules/views/tests/views_query.test |
Tests for Views query features. |
view::_pre_query |
function |
core/modules/views/includes/view.inc |
Run the pre_query() on all active handlers. |
view::init_query |
function |
core/modules/views/includes/view.inc |
Do some common building initialization. |
entity.query.inc |
file |
core/modules/entity/entity.query.inc |
Entity query API. |
viewsSearchQuery |
class |
core/modules/search/search.extender.inc |
Extends the core SearchQuery. |
EntityFieldQuery |
class |
core/modules/entity/entity.query.inc |
Retrieves entities matching a given set of conditions. |
hook_query_alter |
function |
core/modules/system/system.api.php |
Perform alterations to a structured query. |
Query::$comments |
property |
core/includes/database/query.inc |
An array of comments that can be prepended to a query. |
jquery.ui.all.css |
file |
core/misc/ui/jquery.ui.all.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/
*/
@import… |
MergeQuery::where |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::where(). |
entity_query.test |
file |
core/modules/entity/tests/entity_query.test |
Unit test file for the entity API. |
InsertQuery_mysql |
class |
core/includes/database/mysql/query.inc |
|
Query::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
SelectQuery::join |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::join(). |
InsertQuery::from |
function |
core/includes/database/query.inc |
Sets the fromQuery on this InsertQuery object. |
DeleteQuery::where |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::where(). |
jquery.ui.base.css |
file |
core/misc/ui/jquery.ui.base.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/
*/
@import… |
jquery.ui.core.css |
file |
core/misc/ui/jquery.ui.core.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/
*/
/* Layout… |
jquery.ui.menu.css |
file |
core/misc/ui/jquery.ui.menu.css |
/*!
* jQuery UI Menu 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/menu/#theming
*/
.ui-menu {
list-style:… |
jquery.ui.tabs.css |
file |
core/misc/ui/jquery.ui.tabs.css |
/*!
* jQuery UI Tabs 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/tabs/#theming
*/
.ui-tabs {
position:… |
UpdateQuery::where |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::where(). |
SearchQuery::$type |
property |
core/modules/search/search.extender.inc |
Type of search (search module). |
MergeQuery::$table |
property |
core/includes/database/query.inc |
The table to be used for INSERT and UPDATE. |
SearchQuery::$keys |
property |
core/modules/search/search.extender.inc |
Positive and negative search keys. |
MergeQuery::fields |
function |
core/includes/database/query.inc |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
MergeQuery::isNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
MergeQuery::exists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
views_plugin_query |
class |
core/modules/views/plugins/views_plugin_query.inc |
Object used to create a SELECT query. |
db_query_temporary |
function |
core/includes/database/database.inc |
Executes a SELECT query string and saves the result set to a temporary table. |
SelectQuery::where |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::where(). |
Query::$connection |
property |
core/includes/database/query.inc |
The connection object on which to run this query. |