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 ValueBigintValueBigint.MAXThe largestValueLongvalue.static final ValueBigintValueBigint.MINThe smallestValueLongvalue.private static final ValueBigint[]ValueBigint.STATIC_CACHEMethods in org.h2.value that return ValueBigintModifier and TypeMethodDescriptionfinal ValueBigintValue.convertToBigint(Object column) Converts this value to a BIGINT value.static ValueBigintValueBigint.get(long i) Get or create a BIGINT value for the given long.