SelectPagerDefaultTest::testOddPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
SelectSubqueryTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests the Select query builder. |
SelectSubqueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
|
SelectSubqueryTest::testConditionSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery with an IN operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect2 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests we can use a subquery with a relational operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect3 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests we can use 2 subqueries with a relational operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect4 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use multiple subqueries. |
SelectSubqueryTest::testExistsSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests EXISTS subquery conditionals on SELECT statements. |
SelectSubqueryTest::testFromSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause. |
SelectSubqueryTest::testFromSubquerySelectWithLimit |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
SelectSubqueryTest::testJoinSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a JOIN clause. |
SelectSubqueryTest::testNotExistsSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
SelectTableSortDefaultTest::testTableSortQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
SerializeQueryTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php |
Tests serializing and unserializing a query. |
SerializeQueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php |
|
SerializeQueryTest::testSerializeQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php |
Confirms that a query can be serialized and unserialized. |
Shortcut::query |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php |
Prepares query object to retrieve data from the source database. |
ShortcutSet::query |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php |
Prepares query object to retrieve data from the source database. |
ShortcutSetUsers::query |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Prepares query object to retrieve data from the source database. |
SimpleSource::query |
function |
core/modules/migrate/tests/modules/migrate_plugin_config_test/src/Plugin/migrate/source/SimpleSource.php |
Prepares query object to retrieve data from the source database. |
Some::query |
function |
core/modules/views/src/Plugin/views/pager/Some.php |
Modify the query for paging. |
Some::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/Some.php |
Determine if a pager needs a count query. |
Sort::createFromQueryParameter |
function |
core/modules/jsonapi/src/Query/Sort.php |
Creates a Sort object from a query parameter. |
SortPluginBase::query |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Called to add the sort to a query. |
SortTest::testCreateFromQueryParameter |
function |
core/modules/jsonapi/tests/src/Unit/Query/SortTest.php |
Tests create from query parameter. |
SortTest::testCreateFromQueryParameterFail |
function |
core/modules/jsonapi/tests/src/Unit/Query/SortTest.php |
Tests create from query parameter fail. |
Sql::$query |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The select query. |
Sql::query |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Generates a query and count query from all of the information supplied. |
SqlBase::$query |
property |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php |
The query string. |
SqlBase::prepareQuery |
function |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php |
Adds tags and metadata to the query. |
SqlBase::query |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Modify the query for paging. |
SqlBase::query |
function |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php |
Prepares query object to retrieve data from the source database. |
SqlBaseTest::testPrepareQuery |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests prepare query method. |
SqlBaseTest::testQuery |
function |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
Tests the query() method. |
SqlContentEntityStorage::buildPropertyQuery |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Builds an entity query. |
SqlContentEntityStorage::buildQuery |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Builds the query to load the entity. |
SqlContentEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the name of the service for the query for this entity storage. |
SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Returns a SELECT query suitable for inserting data into a dedicated table. |
SqlCountCache::query |
function |
core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php |
Prepares query object to retrieve data from the source database. |
SqlQueryTest |
class |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the sql query plugin. |
SqlQueryTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
|
SqlQueryTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Views used by this test. |
SqlQueryTest::testExecuteMetadata |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests adding some metadata/tags to the views query. |
SqlQueryTest::testGetConnection |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
SqlQueryTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Returns the views data definition. |
StatementBase::getQueryString |
function |
core/lib/Drupal/Core/Database/Statement/StatementBase.php |
Gets the query string of this statement. |
StatementInterface::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Gets the query string of this statement. |
StatisticsLastCommentName::query |
function |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
Called to add the sort to a query. |
StatisticsLastCommentName::query |
function |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
Called to add the field to a query. |