3.4. Converting to Boolean

JBoss Data Virtualization can automatically convert literal strings and numeric type values to Boolean values as follows:

Table 3.3. Boolean Conversions

Type Literal Value Boolean Value
String 'false' false
'unknown' null  
other true  
Numeric 0 false
other true