entity_reference_uuid-8.x-1.x-dev/src/Query/PgsqlQueryFactory.php
src/Query/PgsqlQueryFactory.php
<?php
namespace Drupal\entity_reference_uuid\Query;
use Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory as BaseQueryFactory;
/**
* PostgreSQL specific entity query implementation.
*/
class PgsqlQueryFactory extends BaseQueryFactory {
}
