Definition
/**
* Create a FALSE condition for WHERE clauses.
*
* Useful when you need a condition that always evaluates to false,
* typically for testing or to return an empty result set.
*
* Example: select(literal(1))->where(cond_false()) // SELECT 1 WHERE false
*/
cond_false() : RawCondition