public interface PgGuavaDSL
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<? super T>> |
containedByRange(org.jooq.Field<T> field,
org.jooq.Field<com.google.common.collect.Range<T>> element) |
static <T extends Comparable<? super T>> |
containsRange(org.jooq.Field<com.google.common.collect.Range<T>> field,
org.jooq.Field<com.google.common.collect.Range<T>> element) |
static <T extends Comparable<? super T>> |
containsRange(org.jooq.Field<com.google.common.collect.Range<T>> field,
com.google.common.collect.Range<T> element) |
static <T extends Comparable<? super T>> |
overlapsRange(org.jooq.Field<com.google.common.collect.Range<T>> field,
org.jooq.Field<com.google.common.collect.Range<T>> element) |
static <T extends Comparable<? super T>> |
overlapsRange(org.jooq.Field<com.google.common.collect.Range<T>> field,
com.google.common.collect.Range<T> element) |
static <T extends Comparable<? super T>> |
rangeContainedBy(org.jooq.Field<com.google.common.collect.Range<T>> field,
org.jooq.Field<com.google.common.collect.Range<T>> element) |
static <T extends Comparable<? super T>> |
rangeContainedBy(org.jooq.Field<com.google.common.collect.Range<T>> field,
com.google.common.collect.Range<T> element) |
static <T extends Comparable<? super T>> |
rangeContains(org.jooq.Field<com.google.common.collect.Range<T>> field,
org.jooq.Field<T> element) |
static <T extends Comparable<? super T>> |
rangeContains(org.jooq.Field<com.google.common.collect.Range<T>> field,
T element) |
static <T extends Comparable<? super T>> org.jooq.Condition rangeContains(org.jooq.Field<com.google.common.collect.Range<T>> field, org.jooq.Field<T> element)
static <T extends Comparable<? super T>> org.jooq.Condition rangeContains(org.jooq.Field<com.google.common.collect.Range<T>> field, T element)
static <T extends Comparable<? super T>> org.jooq.Condition containsRange(org.jooq.Field<com.google.common.collect.Range<T>> field, org.jooq.Field<com.google.common.collect.Range<T>> element)
static <T extends Comparable<? super T>> org.jooq.Condition containsRange(org.jooq.Field<com.google.common.collect.Range<T>> field, com.google.common.collect.Range<T> element)
static <T extends Comparable<? super T>> org.jooq.Condition containedByRange(org.jooq.Field<T> field, org.jooq.Field<com.google.common.collect.Range<T>> element)
static <T extends Comparable<? super T>> org.jooq.Condition rangeContainedBy(org.jooq.Field<com.google.common.collect.Range<T>> field, org.jooq.Field<com.google.common.collect.Range<T>> element)
static <T extends Comparable<? super T>> org.jooq.Condition rangeContainedBy(org.jooq.Field<com.google.common.collect.Range<T>> field, com.google.common.collect.Range<T> element)
static <T extends Comparable<? super T>> org.jooq.Condition overlapsRange(org.jooq.Field<com.google.common.collect.Range<T>> field, org.jooq.Field<com.google.common.collect.Range<T>> element)
static <T extends Comparable<? super T>> org.jooq.Condition overlapsRange(org.jooq.Field<com.google.common.collect.Range<T>> field, com.google.common.collect.Range<T> element)
Copyright © 2019. All rights reserved.