public interface SelectResultPath extends OrderByPath
.
Modifier and Type | Method and Description |
---|---|
SelectPath |
except() |
SelectResultPath |
except(SelectResultPath path) |
SelectPath |
exceptAll() |
SelectResultPath |
exceptAll(SelectResultPath path) |
SelectPath |
intersect() |
SelectResultPath |
intersect(SelectResultPath path) |
SelectPath |
intersectAll() |
SelectResultPath |
intersectAll(SelectResultPath path) |
SelectPath |
union() |
SelectResultPath |
union(SelectResultPath path) |
SelectPath |
unionAll() |
SelectResultPath |
unionAll(SelectResultPath path) |
orderBy
offset
SelectPath union()
SelectPath unionAll()
SelectPath intersect()
SelectPath intersectAll()
SelectPath except()
SelectPath exceptAll()
SelectResultPath union(SelectResultPath path)
SelectResultPath unionAll(SelectResultPath path)
SelectResultPath intersect(SelectResultPath path)
SelectResultPath intersectAll(SelectResultPath path)
SelectResultPath except(SelectResultPath path)
SelectResultPath exceptAll(SelectResultPath path)
Copyright © 2015 Couchbase, Inc.