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