Uses of Class
org.h2.value.ValueInt

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

Uses of ValueInt in org.h2.value
 

Methods in org.h2.value that return ValueInt
static ValueInt ValueInt.get(int i)
          Get or create an int value for the given int.