class NotExpressionGenerator implements SqlGeneratorInterface (View source)

A sql generator to create a sql not condition.

Properties

protected SqlGeneratorInterface $expression

Methods

__construct(SqlGeneratorInterface $expression)

No description

string
getSql(SQLFilter $sqlFilter, ClassMetadata $targetEntity, string $targetTableAlias)

No description

Details

__construct(SqlGeneratorInterface $expression)

No description

Parameters

SqlGeneratorInterface $expression

string getSql(SQLFilter $sqlFilter, ClassMetadata $targetEntity, string $targetTableAlias)

No description

Parameters

SQLFilter $sqlFilter
ClassMetadata $targetEntity

Metadata object for the target entity to create the constraint for

string $targetTableAlias

The target table alias used in the current query

Return Value

string