You are here

class PgsqlQueryFactory in Dynamic Entity Reference 8.2

PostgreSQL specific entity query implementation.

Hierarchy

Expanded class hierarchy of PgsqlQueryFactory

1 file declares its use of PgsqlQueryFactory
DynamicEntityReferenceServiceProvider.php in src/DynamicEntityReferenceServiceProvider.php

File

src/Query/PgsqlQueryFactory.php, line 10

Namespace

Drupal\dynamic_entity_reference\Query
View source
class PgsqlQueryFactory extends BaseQueryFactory {

}

Members

Namesort descending Modifiers Type Description Overrides
QueryFactory::$connection protected property The database connection to use.
QueryFactory::$namespaces protected property The namespace of this class, the parent class etc.
QueryFactory::get public function Instantiates an entity query for a given entity type. Overrides QueryFactoryInterface::get 2
QueryFactory::getAggregate public function Instantiates an aggregation query object for a given entity type. Overrides QueryFactoryInterface::getAggregate 2
QueryFactory::__construct public function Constructs a QueryFactory object. 2