Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Field and Description |
---|---|
static StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.Direction.ASCENDING |
static StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.Direction.DESCENDING |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.OrderBy.Direction |
StructuredQuery.OrderBy.getDirection()
Returns the order's direction.
|
Constructor and Description |
---|
OrderBy(String property,
StructuredQuery.OrderBy.Direction direction) |
Copyright © 2019 Google LLC. All rights reserved.