Uses of Class
org.h2.value.ValueBoolean

Packages that use ValueBoolean
org.h2.value Data type and value implementations. 
 

Uses of ValueBoolean in org.h2.value
 

Methods in org.h2.value that return ValueBoolean
static ValueBoolean ValueBoolean.get(boolean b)
          Get the boolean value for the given boolean.