Uses of Class
org.h2.value.ValueDecimal

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

Uses of ValueDecimal in org.h2.value
 

Methods in org.h2.value that return ValueDecimal
static ValueDecimal ValueDecimal.get(java.math.BigDecimal dec)
          Get or create big decimal value for the given big decimal.