- All Superinterfaces:
 Condition,QueryPart,Serializable
- Enclosing class:
 - QOM
 
The 
CONDITION function.
 Create a condition from a boolean field.
Databases that support boolean data types can use boolean expressions as predicates or as columns interchangeably. This extends to any type of field, including functions. A Postgres example:
 select 1 where texteq('a', 'a');
 - 
Method Details
- 
$field
 - 
$field
 
 -