Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
static StructuredQuery.OrderBy |
StructuredQuery.OrderBy.asc(String property) |
static StructuredQuery.OrderBy |
StructuredQuery.OrderBy.desc(String property) |
Modifier and Type | Method and Description |
---|---|
List<StructuredQuery.OrderBy> |
StructuredQuery.getOrderBy()
Returns the order by clause for this query.
|
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.addOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Adds settings to the existing order by clause.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.addOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Adds settings to the existing order by clause.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Sets the query's order by clause (clearing any previously specified order by settings).
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Sets the query's order by clause (clearing any previously specified order by settings).
|
Copyright © 2019 Google LLC. All rights reserved.