FFIUnaryCondition.Type

tagged union type

Values

ValueMeaning
IsNull

Representation of "{} IS NULL" in SQL

IsNotNull

Representation of "{} IS NOT NULL" in SQL

Exists

Representation of "EXISTS {}" in SQL

NotExists

Representation of "NOT EXISTS {}" in SQL

Not

Representation of "NOT {}" in SQL

Meta