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 ValueBooleanValueBoolean.FALSEFALSE value.static final ValueBooleanValueBoolean.TRUETRUE value.Methods in org.h2.value that return ValueBooleanModifier and TypeMethodDescriptionfinal ValueBooleanValue.convertToBoolean()Converts this value to a BOOLEAN value.static ValueBooleanValueBoolean.get(boolean b) Get the boolean value for the given boolean.