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) |
orderBy
limit
offset
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
orderBy
offset
public DefaultSelectResultPath(AbstractPath parent)
public SelectPath union()
union
in interface SelectResultPath
public SelectPath unionAll()
unionAll
in interface SelectResultPath
public SelectPath intersect()
intersect
in interface SelectResultPath
public SelectPath intersectAll()
intersectAll
in interface SelectResultPath
public SelectPath except()
except
in interface SelectResultPath
public SelectPath exceptAll()
exceptAll
in interface SelectResultPath
public SelectResultPath union(SelectResultPath path)
union
in interface SelectResultPath
public SelectResultPath unionAll(SelectResultPath path)
unionAll
in interface SelectResultPath
public SelectResultPath intersect(SelectResultPath path)
intersect
in interface SelectResultPath
public SelectResultPath intersectAll(SelectResultPath path)
intersectAll
in interface SelectResultPath
public SelectResultPath except(SelectResultPath path)
except
in interface SelectResultPath
public SelectResultPath exceptAll(SelectResultPath path)
exceptAll
in interface SelectResultPath
Copyright © 2015 Couchbase, Inc.