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 |
---|---|
<T> QueryResults<T> |
Transaction.run(Query<T> query)
Submits a
Query and returns its result. |
<T> QueryResults<T> |
DatastoreReader.run(Query<T> query)
Submits a
Query and returns its result. |
<T> QueryResults<T> |
Datastore.run(Query<T> query,
ReadOption... options)
Submits a
Query and returns its result. |
Copyright © 2019 Google LLC. All rights reserved.