Uses of Class
org.jooq.postgres.extensions.types.BigDecimalRange
Packages that use BigDecimalRange
-
Uses of BigDecimalRange in org.jooq.postgres.extensions.bindings
Methods in org.jooq.postgres.extensions.bindings that return types with arguments of type BigDecimalRange -
Uses of BigDecimalRange in org.jooq.postgres.extensions.types
Methods in org.jooq.postgres.extensions.types that return BigDecimalRangeModifier and TypeMethodDescriptionstatic final BigDecimalRangeBigDecimalRange.bigDecimalRange(BigDecimal lower, boolean lowerIncluding, BigDecimal upper, boolean upperIncluding) Create a newBigDecimalRange.static final BigDecimalRangeBigDecimalRange.bigDecimalRange(BigDecimal lower, BigDecimal upper) Create a newBigDecimalRangewith a inclusive lower bound and an exclusive upper bound.