Package | Description |
---|---|
com.couchbase.client.java.query.dsl | |
com.couchbase.client.java.query.dsl.element | |
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Method and Description |
---|---|
static Sort |
Sort.asc(Expression expression) |
static Sort |
Sort.asc(String expression) |
static Sort |
Sort.def(Expression expression)
Use default sort, don't specify an order in the resulting expression.
|
static Sort |
Sort.def(String expression)
Use default sort, don't specify an order in the resulting expression.
|
static Sort |
Sort.desc(Expression expression) |
static Sort |
Sort.desc(String expression) |
Constructor and Description |
---|
OrderByElement(Sort... sorts) |
Modifier and Type | Method and Description |
---|---|
LimitPath |
DefaultOrderByPath.orderBy(Sort... orderings) |
LimitPath |
OrderByPath.orderBy(Sort... orderings) |
Copyright © 2015 Couchbase, Inc.