Uses of Class
org.h2.util.json.JSONBoolean
-
Packages that use JSONBoolean Package Description org.h2.util.json Internal utility classes for JSON data type. -
-
Uses of JSONBoolean in org.h2.util.json
Fields in org.h2.util.json declared as JSONBoolean Modifier and Type Field Description static JSONBoolean
JSONBoolean. FALSE
false
value.static JSONBoolean
JSONBoolean. TRUE
true
value.
-