mini\Table\Predicate::never() Method

public static

Signature

public static function never(): self

Returns

self

Documentation

Create a predicate that matches nothing

Used for SQL col = NULL which per SQL standard always evaluates to UNKNOWN, meaning no rows should match.

Source

src/Table/Predicate.php:52-57