Uses of Class
org.h2.value.ValueBigint
-
Packages that use ValueBigint Package Description org.h2.expression.function Functions.org.h2.value Data type and value implementations. -
-
Uses of ValueBigint in org.h2.expression.function
Methods in org.h2.expression.function that return ValueBigint Modifier and Type Method Description private static ValueBigint
BitFunction. bitCount(Value v1)
-
Uses of ValueBigint in org.h2.value
Fields in org.h2.value declared as ValueBigint Modifier and Type Field Description static ValueBigint
ValueBigint. MAX
The largestValueLong
value.static ValueBigint
ValueBigint. MIN
The smallestValueLong
value.private static ValueBigint[]
ValueBigint. STATIC_CACHE
Methods in org.h2.value that return ValueBigint Modifier and Type Method Description ValueBigint
Value. convertToBigint(java.lang.Object column)
Converts this value to a BIGINT value.static ValueBigint
ValueBigint. get(long i)
Get or create a BIGINT value for the given long.
-