Class DefaultSelectPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultSelectPath
- All Implemented Interfaces:
Path,SelectPath
public class DefaultSelectPath extends AbstractPath implements SelectPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultSelectPath(AbstractPath parent) -
Method Summary
Modifier and Type Method Description FromPathselect(Expression... expressions)FromPathselect(String... expressions)FromPathselectAll(Expression... expressions)FromPathselectAll(String... expressions)FromPathselectDistinct(Expression... expressions)FromPathselectDistinct(String... expressions)FromPathselectDistinctRaw(Expression expression)FromPathselectDistinctRaw(String expression)FromPathselectRaw(Expression expression)FromPathselectRaw(String expression)Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Constructor Details
-
DefaultSelectPath
-
-
Method Details
-
select
- Specified by:
selectin interfaceSelectPath
-
selectAll
- Specified by:
selectAllin interfaceSelectPath
-
selectDistinct
- Specified by:
selectDistinctin interfaceSelectPath
-
selectRaw
- Specified by:
selectRawin interfaceSelectPath
-
selectDistinctRaw
- Specified by:
selectDistinctRawin interfaceSelectPath
-
select
- Specified by:
selectin interfaceSelectPath
-
selectAll
- Specified by:
selectAllin interfaceSelectPath
-
selectDistinct
- Specified by:
selectDistinctin interfaceSelectPath
-
selectRaw
- Specified by:
selectRawin interfaceSelectPath
-
selectDistinctRaw
- Specified by:
selectDistinctRawin interfaceSelectPath
-