Full ELMS Learning Network documentation
Search for query
- Search CLE 7 for query
- Search ECD 7 for query
- Search Media 7 for query
- Search Harmony 7 for query
- Search ICOR 7 for query
- Search Meedjum Blog 7 for query
- Search MOOC 7 for query
Name | Type | Location | Description |
---|---|---|---|
Query | class |
includes/ |
Base class for query builders. |
db_query | function |
includes/ |
Executes an arbitrary query string against the active database. |
query.inc | file |
includes/ |
Non-specific Database query code. Used by all engines. |
query.inc | file |
includes/ |
Query code for MySQL embedded database engine. |
query.inc | file |
includes/ |
Query code for SQLite embedded database engine. |
query.inc | file |
includes/ |
Query code for PostgreSQL embedded database engine. |
MergeQuery | class |
includes/ |
General class for an abstracted MERGE query operation. |
UpdateQuery | class |
includes/ |
General class for an abstracted UPDATE operation. |
SearchQuery | class |
modules/ |
Do a query on the full-text search index for a word or words. |
SelectQuery | class |
includes/ |
Query builder for SELECT statements. |
InsertQuery | class |
includes/ |
General class for an abstracted INSERT query. |
DeleteQuery | class |
includes/ |
General class for an abstracted DELETE operation. |
TruncateQuery | class |
includes/ |
General class for an abstracted TRUNCATE operation. |
jquery-ui.css | file |
sites/ |
/*! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css,… |
db_query_range | function |
includes/ |
Executes a query against the active database, restricted to a range. |
Query::__sleep | function |
includes/ |
Implements the magic __sleep function to disconnect from the database. |
Query::__clone | function |
includes/ |
Implements the magic __clone function. |
Query::execute | function |
includes/ |
Runs the query against the database. |
Query::comment | function |
includes/ |
Adds a comment to the query. |
MergeQuery::key | function |
includes/ |
Sets the key field(s) to be used as conditions for this query. |
Query::__wakeup | function |
includes/ |
Implements the magic __wakeup function to reconnect to the database. |
hook_query_alter | function |
modules/ |
Perform alterations to a structured query. |
jquery.atwho.css | file |
sites/ |
.atwho-view { position:absolute; top: 0; left: 0; display: none; margin-top: 18px; background: white; border: 1px solid #DDD; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.1); min-width: 120px; … |
jquery.atwho.css | file |
sites/ |
.atwho-view { position:absolute; top: 0; left: 0; display: none; margin-top: 18px; background: white; border: 1px solid #DDD; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.1); min-width: 120px; … |
jquery.Jcrop.css | file |
sites/ |
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ .jcrop-holder { text-align: left; } .jcrop-vline, .jcrop-hline { font-size: 0; position: absolute; background: white url('Jcrop.gif') top left… |
view::_pre_query | function |
sites/ |
Run the pre_query() on all active handlers. |
view::init_query | function |
sites/ |
Do some common building initialization. |
viewsSearchQuery | class |
sites/ |
Extends the core SearchQuery. |
Query::$comments | property |
includes/ |
An array of comments that can be prepended to a query. |
EntityFieldQuery | class |
includes/ |
Retrieves entities matching a given set of conditions. |
SelectQuery::join | function |
includes/ |
Default Join against another table in the database. |
MergeQuery::where | function |
includes/ |
Implements QueryConditionInterface::where(). |
InsertQuery_mysql | class |
includes/ |
|
jquery.ui.all.css | file |
sites/ |
/*! * jQuery UI CSS Framework 1.10.2 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming */ @import… |
InsertQuery_pgsql | class |
includes/ |
|
UpdateQuery_pgsql | class |
includes/ |
|
jquery-ui.min.css | file |
sites/ |
/*! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css,… |
SelectQuery_pgsql | class |
includes/ |
|
Query::__toString | function |
includes/ |
Implements PHP magic __toString method to convert the query to a string. |
devel_query_table | function |
sites/ |
Adds a table at the bottom of the page cataloguing data on all the database queries that were made to generate the page. |
InsertQuery::from | function |
includes/ |
Sets the fromQuery on this InsertQuery object. |
DeleteQuery::where | function |
includes/ |
Implements QueryConditionInterface::where(). |
SelectQuery::range | function |
includes/ |
Restricts a query to a given range in the result set. |
SelectQuery::union | function |
includes/ |
Add another Select query to UNION to this one. |
views_plugin_query | class |
sites/ |
Object used to create a SELECT query. |
UpdateQuery::where | function |
includes/ |
Implements QueryConditionInterface::where(). |
SearchQuery::$type | property |
modules/ |
Type of search (search module). |
SearchQuery::$keys | property |
modules/ |
Positive and negative search keys. |
MergeQuery::$table | property |
includes/ |
The table to be used for INSERT and UPDATE. |
MergeQuery::fields | function |
includes/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |