Package | Description |
---|---|
com.couchbase.client.java.query | |
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Method and Description |
---|---|
static FromPath |
Select.select(Expression... expressions) |
static FromPath |
Select.select(String... expressions) |
static FromPath |
Select.selectAll(Expression... expressions) |
static FromPath |
Select.selectAll(String... expressions) |
static FromPath |
Select.selectDistinct(Expression... expressions) |
static FromPath |
Select.selectDistinct(String... expressions) |
static FromPath |
Select.selectRaw(Expression expression) |
static FromPath |
Select.selectRaw(String expression) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFromPath
.
|
Modifier and Type | Method and Description |
---|---|
FromPath |
SelectPath.select(Expression... expressions) |
FromPath |
DefaultSelectPath.select(Expression... expressions) |
FromPath |
SelectPath.select(String... expressions) |
FromPath |
DefaultSelectPath.select(String... expressions) |
FromPath |
SelectPath.selectAll(Expression... expressions) |
FromPath |
DefaultSelectPath.selectAll(Expression... expressions) |
FromPath |
SelectPath.selectAll(String... expressions) |
FromPath |
DefaultSelectPath.selectAll(String... expressions) |
FromPath |
SelectPath.selectDistinct(Expression... expressions) |
FromPath |
DefaultSelectPath.selectDistinct(Expression... expressions) |
FromPath |
SelectPath.selectDistinct(String... expressions) |
FromPath |
DefaultSelectPath.selectDistinct(String... expressions) |
FromPath |
SelectPath.selectRaw(Expression expression) |
FromPath |
DefaultSelectPath.selectRaw(Expression expression) |
FromPath |
SelectPath.selectRaw(String expression) |
FromPath |
DefaultSelectPath.selectRaw(String expression) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.