public class DefaultSelectResultPath extends DefaultOrderByPath implements SelectResultPath
.
| Constructor and Description |
|---|
DefaultSelectResultPath(AbstractPath parent) |
| 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) |
orderBylimitoffsetelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitorderByoffsetpublic DefaultSelectResultPath(AbstractPath parent)
public SelectPath union()
union in interface SelectResultPathpublic SelectPath unionAll()
unionAll in interface SelectResultPathpublic SelectPath intersect()
intersect in interface SelectResultPathpublic SelectPath intersectAll()
intersectAll in interface SelectResultPathpublic SelectPath except()
except in interface SelectResultPathpublic SelectPath exceptAll()
exceptAll in interface SelectResultPathpublic SelectResultPath union(SelectResultPath path)
union in interface SelectResultPathpublic SelectResultPath unionAll(SelectResultPath path)
unionAll in interface SelectResultPathpublic SelectResultPath intersect(SelectResultPath path)
intersect in interface SelectResultPathpublic SelectResultPath intersectAll(SelectResultPath path)
intersectAll in interface SelectResultPathpublic SelectResultPath except(SelectResultPath path)
except in interface SelectResultPathpublic SelectResultPath exceptAll(SelectResultPath path)
exceptAll in interface SelectResultPathCopyright © 2015 Couchbase, Inc.