|
DatabaseSchema_pgsql::queryFieldInformation |
function |
drupal-7.x/includes/database/pgsql/schema.inc |
Fetch the list of CHECK constraints used on a field. |
|
_field_test_field_storage_query_sort_helper |
function |
drupal-7.x/modules/field/tests/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
|
DatabaseQueryTestCase::testArraySubstitution |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can specify an array of values in the query by simply passing in an array. |
|
EntityFieldQueryTestCase::testTablePrefixing |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EFQ table prefixing with multiple conditions and an altered join. |
|
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a select query. |
|
DatabaseFetchTestCase::testQueryFetchDefault |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record properly in default object mode. |
|
DatabaseSelectComplexTestCase::testCountQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a built query. |
|
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query and custom prefetch method. |
|
DatabaseCondition::$queryPlaceholderIdentifier |
property |
drupal-7.x/includes/database/query.inc |
The identifier of the query placeholder this condition has been compiled against. |
|
DatabaseAlterTestCase::testSimpleAlterSubquery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can do basic alters on subqueries. |
|
DatabaseTemporaryQueryTestCase::countTableRows |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |
|
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
|
CommonURLUnitTest::testDrupalGetQueryParameters |
function |
drupal-7.x/modules/simpletest/tests/common.test |
Test drupal_get_query_parameters(). |
|
field_test_query_efq_table_prefixing_test_alter |
function |
drupal-7.x/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
|
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
|
JavaScriptTestCase::testAddJsFileWithQueryString |
function |
drupal-7.x/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding JavaScript files
that have query string parameters. |
|
DatabaseSelectComplexTestCase2::testJoinSubquery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can join on a query. |
|
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess |
function |
drupal-7.x/modules/node/node.test |
Tests 'node_access' query alter, for user without access. |
|
DatabaseSerializeQueryTestCase::testSerializeQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a query can be serialized and unserialized. |
|
DatabaseTemporaryQueryTestCase::testTemporaryQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that temporary tables work and are limited to one request. |
|
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
|
DatabaseSelectComplexTestCase::testHavingCountQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
|
|
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
function |
drupal-7.x/modules/node/node.test |
Tests that node access permissions are followed. |
|
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
|
DatabaseSelectComplexTestCase::testCountQueryGroupBy |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with GROUP BY. |
|
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess |
function |
drupal-7.x/modules/node/node.test |
Tests 'node_access' query alter, for user with access. |
|
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess |
function |
drupal-7.x/modules/node/node.test |
Tests 'node_access' query alter, for edit access. |
|
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
|
DatabaseSelectComplexTestCase::testCountQueryRemovals |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes 'all_fields' statements and
ordering clauses. |
|
DatabaseSelectComplexTestCase::testCountQueryDistinct |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with distinct. |
|
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a pager query returns the correct results. |
|
DatabaseSelectSubqueryTestCase::testFromSubquerySelect |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause. |
|
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a JOIN clause. |
|
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a pager query returns the correct results. |
|
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
|
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a pager query with inner pager query returns valid results. |
|
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test EXISTS subquery conditionals on SELECT statements. |
|
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a paging query with a having expression returns valid results. |
|
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests querying translatable fields. |
|
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests disabling the pager in EntityFieldQuery. |
|
database_test_query_database_test_alter_remove_range_alter |
function |
drupal-7.x/modules/simpletest/tests/database_test.module |
Implements hook_query_TAG_alter(). |
|
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes fields and expressions. |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
|
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that subqueries as value within conditions are cloned properly. |
|
CascadingStylesheetsTestCase::testAddCssFileWithQueryString |
function |
drupal-7.x/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding CSS files that have
query string parameters. |
|
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a WHERE clause. |
|
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test NOT EXISTS subquery conditionals on SELECT statements. |
|
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests field meta conditions. |
|
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause with a limit. |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |