DatabaseFetch2TestCase::testQueryFetchBoth |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record into a doubly-keyed array explicitly. |
SearchNodeTagTest::testNodeSearchQueryTags |
function |
drupal/modules/search/search.test |
Tests that the correct tags are available and hooks invoked. |
DatabaseStatementInterface::getQueryString |
function |
drupal/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseRangeQueryTestCase::testRangeQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that range query work and return correct result. |
QueryPlaceholderInterface::nextPlaceholder |
function |
drupal/includes/database/query.inc |
Returns the next placeholder ID for the query. |
NodeQueryAlter::testNodeQueryAlterOverride |
function |
drupal/modules/node/node.test |
Tests 'node_access' query alter override. |
DatabaseFetchTestCase::testQueryFetchObject |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record to an object explicitly. |
_field_test_field_storage_query_sort_helper |
function |
drupal/modules/field/tests/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
DatabaseSchema_pgsql::queryTableInformation |
function |
drupal/includes/database/pgsql/schema.inc |
Fetch the list of blobs and sequences used on a table. |
DatabaseSchema_pgsql::queryFieldInformation |
function |
drupal/includes/database/pgsql/schema.inc |
Fetch the list of CHECK constraints used on a field. |
QueryPlaceholderInterface::uniqueIdentifier |
function |
drupal/includes/database/query.inc |
Returns a unique identifier for this object. |
CommonURLUnitTest::testDrupalHttpBuildQuery |
function |
drupal/modules/simpletest/tests/common.test |
Test drupal_http_build_query(). |
DatabaseFetchTestCase::testQueryFetchDefault |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record properly in default object mode. |
EntityFieldQueryTestCase::testTablePrefixing |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests EFQ table prefixing with multiple conditions and an altered join. |
DatabaseQueryTestCase::testArraySubstitution |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can specify an array of values in the query by simply passing in an array. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a select query. |
DatabaseSelectComplexTestCase::testCountQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a built query. |
DatabaseCondition::$queryPlaceholderIdentifier |
property |
drupal/includes/database/query.inc |
The identifier of the query placeholder this condition has been compiled against. |
taxonomy_test_query_taxonomy_term_access_alter |
function |
drupal/modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_TAG_alter(). |
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
DatabaseAlterTestCase::testSimpleAlterSubquery |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can do basic alters on subqueries. |
DatabaseTemporaryQueryTestCase::countTableRows |
function |
drupal/modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |
field_test_query_store_global_test_query_alter |
function |
drupal/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'store_global_test_query'. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query and custom prefetch method. |
field_test_query_efq_table_prefixing_test_alter |
function |
drupal/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
CommonURLUnitTest::testDrupalGetQueryParameters |
function |
drupal/modules/simpletest/tests/common.test |
Test drupal_get_query_parameters(). |
JavaScriptTestCase::testAddJsFileWithQueryString |
function |
drupal/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding JavaScript files
that have query string parameters. |
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
drupal/modules/simpletest/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
DatabaseSelectComplexTestCase2::testJoinSubquery |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can join on a query. |
JavaScriptTestCase::testJavaScriptAlwaysUseJQuery |
function |
drupal/modules/simpletest/tests/common.test |
Test the 'javascript_always_use_jquery' variable. |
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter |
function |
drupal/modules/taxonomy/taxonomy.test |
Tests that appropriate tags are added when querying the database. |
TaxonomyQueryAlterTestCase::setupQueryTagTestHooks |
function |
drupal/modules/taxonomy/taxonomy.test |
Sets up the hooks in the test module. |
DatabaseSerializeQueryTestCase::testSerializeQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that a query can be serialized and unserialized. |
DatabaseTemporaryQueryTestCase::testTemporaryQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that temporary tables work and are limited to one request. |
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess |
function |
drupal/modules/node/node.test |
Tests 'node_access' query alter, for user without access. |
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
DatabaseSelectComplexTestCase::testHavingCountQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
|
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
function |
drupal/modules/node/node.test |
Tests that node access permissions are followed. |
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray |
function |
drupal/modules/simpletest/tests/common.test |
Tests that drupal_get_query_array() correctly explodes query parameters. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
DatabaseSelectComplexTestCase::testCountQueryGroupBy |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with GROUP BY. |
TaxonomyQueryAlterTestCase::assertQueryTagTestResult |
function |
drupal/modules/taxonomy/taxonomy.test |
Verifies invocation of the hooks in the test module. |
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess |
function |
drupal/modules/node/node.test |
Tests 'node_access' query alter, for user with access. |
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess |
function |
drupal/modules/node/node.test |
Tests 'node_access' query alter, for edit access. |
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
DatabaseSelectComplexTestCase::testCountQueryRemovals |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes 'all_fields' statements and
ordering clauses. |
DatabaseSelectComplexTestCase::testCountQueryDistinct |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with distinct. |
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that a pager query returns the correct results. |
DatabaseQueryTestCase::testArrayArgumentsSQLInjection |
function |
drupal/modules/simpletest/tests/database_test.test |
Test SQL injection via database query array arguments. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelect |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause. |