Uses of Class
org.h2.value.ValueFloat

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

Uses of ValueFloat in org.h2.value
 

Methods in org.h2.value that return ValueFloat
static ValueFloat ValueFloat.get(float d)
          Get or create float value for the given float.