Uses of Class
org.h2.value.ValueBigint
Packages that use ValueBigint
Package
Description
Functions.
Data type and value implementations.
-
Uses of ValueBigint in org.h2.expression.function
Methods in org.h2.expression.function that return ValueBigint -
Uses of ValueBigint in org.h2.value
Fields in org.h2.value declared as ValueBigintModifier and TypeFieldDescriptionstatic final ValueBigint
ValueBigint.MAX
The largestValueLong
value.static final ValueBigint
ValueBigint.MIN
The smallestValueLong
value.private static final ValueBigint[]
ValueBigint.STATIC_CACHE
Methods in org.h2.value that return ValueBigintModifier and TypeMethodDescriptionfinal ValueBigint
Value.convertToBigint
(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.