Uses of Class
org.h2.value.ValueBoolean
Packages that use 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.