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 ValueBigintBitFunction. bitCount(Value v1) -
Uses of ValueBigint in org.h2.value
Fields in org.h2.value declared as ValueBigint Modifier and Type Field Description static ValueBigintValueBigint. MAXThe largestValueLongvalue.static ValueBigintValueBigint. MINThe smallestValueLongvalue.private static ValueBigint[]ValueBigint. STATIC_CACHEMethods in org.h2.value that return ValueBigint Modifier and Type Method Description ValueBigintValue. convertToBigint(java.lang.Object column)Converts this value to a BIGINT value.static ValueBigintValueBigint. get(long i)Get or create a BIGINT value for the given long.
-