| DatabaseAlterTestCase::testAlterRemoveRange | modules/simpletest/tests/database_test.test | Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter(). |
| DatabaseConnection::queryRange | includes/database/database.inc | Runs a limited-range query on this database object. |
| DatabaseConnection_mysql::queryRange | includes/database/mysql/database.inc | Runs a limited-range query on this database object. |
| DatabaseConnection_pgsql::queryRange | includes/database/pgsql/database.inc | Runs a limited-range query on this database object. |
| DatabaseConnection_sqlite::queryRange | includes/database/sqlite/database.inc | Runs a limited-range query on this database object. |
| DatabaseRangeQueryTestCase::getInfo | modules/simpletest/tests/database_test.test | |
| DatabaseRangeQueryTestCase::setUp | modules/simpletest/tests/database_test.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| DatabaseRangeQueryTestCase::testRangeQuery | modules/simpletest/tests/database_test.test | Confirm that range query work and return correct result. |
| DatabaseSelectComplexTestCase::testRange | modules/simpletest/tests/database_test.test | Test range queries. The SQL clause varies with the database. |
| database_test_query_database_test_alter_remove_range_alter | modules/simpletest/tests/database_test.module | Implements hook_query_TAG_alter(). |
| db_query_range | includes/database/database.inc | Executes a query against the active database, restricted to a range. |
| EntityFieldQuery::range | includes/entity.inc | Restricts a query to a given range in the result set. |
| SelectQuery::range | includes/database/select.inc | Restricts a query to a given range in the result set. |
| SelectQueryExtender::range | includes/database/select.inc | Restricts a query to a given range in the result set. |
| SelectQueryInterface::range | includes/database/select.inc | Restricts a query to a given range in the result set. |
| theme_views_ui_rearrange_filter_form | includes/admin.inc | Turn the rearrange form into a proper table |
| theme_views_ui_rearrange_form | includes/admin.inc | Turn the rearrange form into a proper table |
| views_ui_rearrange_filter_form | includes/admin.inc | Form to rearrange items in the views UI. |
| views_ui_rearrange_filter_form_submit | includes/admin.inc | Submit handler for rearranging form |
| views_ui_rearrange_form | includes/admin.inc | Form to rearrange items in the views UI. |
| views_ui_rearrange_form_submit | includes/admin.inc | Submit handler for rearranging form |