public interface Where<E> extends SetGroupByOrderByLimit<E>, Return<E>
Modifier and Type | Method and Description |
---|---|
Exists<SetGroupByOrderByLimit<E>> |
where() |
<V> WhereAndOr<E> |
where(Condition<V,?> condition) |
except, intersect, union, unionAll
Exists<SetGroupByOrderByLimit<E>> where()
<V> WhereAndOr<E> where(Condition<V,?> condition)