| Package | Description |
|---|---|
| org.gcube.couchbase.helpers |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryHelper.deleteOrderBy(String query,
String orderByField,
QueryHelper.OrderBy orderBy)
Deletes order by clause from query
|
Copyright © 2014. All Rights Reserved.