Uses of Class
org.h2.value.ValueBigint
Packages that use 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.Methods 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.