Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

4.4. Converting to Boolean

JBoss Data Virtualization can automatically convert literal strings and numeric type values to Boolean values as follows:
Type Literal Value Boolean Value
String 'false' false
'unknown' null
other true
Numeric 0 false
other true