이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 |