|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryHelper.OrderBy | |
|---|---|
| org.gcube.couchbase.helpers | |
| Uses of QueryHelper.OrderBy in org.gcube.couchbase.helpers |
|---|
| Methods in org.gcube.couchbase.helpers that return QueryHelper.OrderBy | |
|---|---|
static QueryHelper.OrderBy |
QueryHelper.getOrderBy(String query)
Returns the order by condition (ASC, DESC) or ASC if not given |
static QueryHelper.OrderBy |
QueryHelper.OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryHelper.OrderBy[] |
QueryHelper.OrderBy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.couchbase.helpers with parameters of type QueryHelper.OrderBy | |
|---|---|
static String |
QueryHelper.deleteOrderBy(String query,
String orderByField,
QueryHelper.OrderBy orderBy)
Deletes order by clause from query |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||