Sql::$distinct |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A flag as to whether or not to make the primary field distinct. |
Sql::setDistinct |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Set the view to be distinct (per base field). |
Select::distinct |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets this query to be DISTINCT. |
Select::$distinct |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Whether or not this query should be DISTINCT |
Sql::$no_distinct |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Is the view marked as not distinct. |
SelectExtender::distinct |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Sets this query to be DISTINCT. |
SelectInterface::distinct |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Sets this query to be DISTINCT. |
Sql::aggregationMethodDistinct |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
SelectComplexTest::testDistinct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests distinct queries. |
EasyRdf_Sparql_Result::$distinct |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
|
SelectComplexTest::testCountQueryDistinct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |