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 FromPath
select(Expression... expressions)
static FromPath
select(String... expressions)
static FromPath
selectAll(Expression... expressions)
static FromPath
selectAll(String... expressions)
static FromPath
selectDistinct(Expression... expressions)
static FromPath
selectDistinct(String... expressions)
static FromPath
selectDistinctRaw(Expression expression)
static FromPath
selectDistinctRaw(String expression)
static FromPath
selectRaw(Expression expression)
static FromPath
selectRaw(String expression)
-
Method Details
-
select
-
select
-
selectAll
-
selectAll
-
selectDistinct
-
selectDistinct
-
selectRaw
-
selectRaw
-
selectDistinctRaw
-
selectDistinctRaw
-