Uses of Class
org.h2.value.ValueBoolean
Packages that use ValueBoolean
Package
Description
Functions.
Data type and value implementations.
-
Uses of ValueBoolean in org.h2.expression.function
Methods in org.h2.expression.function that return ValueBoolean -
Uses of ValueBoolean in org.h2.value
Fields in org.h2.value declared as ValueBooleanModifier and TypeFieldDescriptionstatic final ValueBoolean
ValueBoolean.FALSE
FALSE value.static final ValueBoolean
ValueBoolean.TRUE
TRUE value.Methods in org.h2.value that return ValueBooleanModifier and TypeMethodDescriptionfinal ValueBoolean
Value.convertToBoolean()
Converts this value to a BOOLEAN value.static ValueBoolean
ValueBoolean.get
(boolean b) Get the boolean value for the given boolean.