Package com.couchbase.client.java.query
Class Select
java.lang.Object
com.couchbase.client.java.query.Select
public class Select extends Object
.
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description static FromPathselect(Expression... expressions)static FromPathselect(String... expressions)static FromPathselectAll(Expression... expressions)static FromPathselectAll(String... expressions)static FromPathselectDistinct(Expression... expressions)static FromPathselectDistinct(String... expressions)static FromPathselectDistinctRaw(Expression expression)static FromPathselectDistinctRaw(String expression)static FromPathselectRaw(Expression expression)static FromPathselectRaw(String expression)
-
Method Details
-
select
-
select
-
selectAll
-
selectAll
-
selectDistinct
-
selectDistinct
-
selectRaw
-
selectRaw
-
selectDistinctRaw
-
selectDistinctRaw
-