db_query_range |
function |
drupal/includes/database/database.inc |
Executes a query against the active database, restricted to a range. |
SelectQuery::range |
function |
drupal/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQuery::$range |
property |
drupal/includes/database/select.inc |
The range limiters for this query. |
EntityFieldQuery::range |
function |
drupal/includes/entity.inc |
Restricts a query to a given range in the result set. |
EntityFieldQuery::$range |
property |
drupal/includes/entity.inc |
The query range. |
DatabaseRangeQueryTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Range query tests. |
SelectQueryExtender::range |
function |
drupal/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQueryInterface::range |
function |
drupal/includes/database/select.inc |
Restricts a query to a given range in the result set. |
DatabaseConnection::queryRange |
function |
drupal/includes/database/database.inc |
Runs a limited-range query on this database object. |
DatabaseRangeQueryTestCase::setUp |
function |
drupal/modules/simpletest/tests/database_test.test |
Sets up a Drupal site for running functional and integration tests. |
DatabaseRangeQueryTestCase::getInfo |
function |
drupal/modules/simpletest/tests/database_test.test |
|
DatabaseConnection_mysql::queryRange |
function |
drupal/includes/database/mysql/database.inc |
Runs a limited-range query on this database object. |
DatabaseConnection_pgsql::queryRange |
function |
drupal/includes/database/pgsql/database.inc |
Runs a limited-range query on this database object. |
DatabaseConnection_sqlite::queryRange |
function |
drupal/includes/database/sqlite/database.inc |
Runs a limited-range query on this database object. |
DatabaseSelectComplexTestCase::testRange |
function |
drupal/modules/simpletest/tests/database_test.test |
Test range queries. The SQL clause varies with the database. |
DatabaseRangeQueryTestCase::testRangeQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that range query work and return correct result. |
DatabaseAlterTestCase::testAlterRemoveRange |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter(). |
ImageToolkitGdTestCase::testTransparentColorOutOfRange |
function |
drupal/modules/simpletest/tests/image.test |
Tests loading an image whose transparent color index is out of range. |
database_test_query_database_test_alter_remove_range_alter |
function |
drupal/modules/simpletest/tests/database_test.module |
Implements hook_query_TAG_alter(). |