Uses of Class
org.h2.value.ValueLong

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

Uses of ValueLong in org.h2.value
 

Methods in org.h2.value that return ValueLong
static ValueLong ValueLong.get(long i)
          Get or create a long value for the given long.