Uses of Class
org.h2.value.ValueBoolean
-
Packages that use ValueBoolean Package Description org.h2.expression.function Functions.org.h2.value Data type and value implementations. -
-
Uses of ValueBoolean in org.h2.expression.function
Methods in org.h2.expression.function that return ValueBoolean Modifier and Type Method Description private static ValueBoolean
BitFunction. bitGet(Value v1, Value v2)
-
Uses of ValueBoolean in org.h2.value
Fields in org.h2.value declared as ValueBoolean Modifier and Type Field Description static ValueBoolean
ValueBoolean. FALSE
FALSE value.static ValueBoolean
ValueBoolean. TRUE
TRUE value.Methods in org.h2.value that return ValueBoolean Modifier and Type Method Description ValueBoolean
Value. convertToBoolean()
Converts this value to a BOOLEAN value.static ValueBoolean
ValueBoolean. get(boolean b)
Get the boolean value for the given boolean.
-