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 FromPath
select(Expression... expressions)
FromPath
select(String... expressions)
FromPath
selectAll(Expression... expressions)
FromPath
selectAll(String... expressions)
FromPath
selectDistinct(Expression... expressions)
FromPath
selectDistinct(String... expressions)
FromPath
selectDistinctRaw(Expression expression)
FromPath
selectDistinctRaw(String expression)
FromPath
selectRaw(Expression expression)
FromPath
selectRaw(String expression)
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Constructor Details
-
DefaultSelectPath
-
-
Method Details
-
select
- Specified by:
select
in interfaceSelectPath
-
selectAll
- Specified by:
selectAll
in interfaceSelectPath
-
selectDistinct
- Specified by:
selectDistinct
in interfaceSelectPath
-
selectRaw
- Specified by:
selectRaw
in interfaceSelectPath
-
selectDistinctRaw
- Specified by:
selectDistinctRaw
in interfaceSelectPath
-
select
- Specified by:
select
in interfaceSelectPath
-
selectAll
- Specified by:
selectAll
in interfaceSelectPath
-
selectDistinct
- Specified by:
selectDistinct
in interfaceSelectPath
-
selectRaw
- Specified by:
selectRaw
in interfaceSelectPath
-
selectDistinctRaw
- Specified by:
selectDistinctRaw
in interfaceSelectPath
-