Uses of Interface
com.google.cloud.datastore.RecordQuery
-
Packages that use RecordQuery Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of RecordQuery in com.google.cloud.datastore
Classes in com.google.cloud.datastore that implement RecordQuery Modifier and Type Class Description class
EntityQuery
An implementation of a Google Cloud Datastore entity query that can be constructed by providing all the specific query elements.class
GqlQuery<V>
A Google Cloud Datastore GQL query.class
KeyQuery
An implementation of a Google Cloud Datastore key-only query that can be constructed by providing all the specific query elements.class
ProjectionEntityQuery
An implementation of a Google Cloud Datastore projection entity query that can be constructed by providing all the specific query elements.class
StructuredQuery<V>
An implementation of a Google Cloud Datastore Query that can be constructed by providing all the specific query elements.Methods in com.google.cloud.datastore that return RecordQuery Modifier and Type Method Description RecordQuery<V>
GqlQuery. nextQuery(RunQueryResponse responsePb)
RecordQuery<V>
RecordQuery. nextQuery(RunQueryResponse responsePb)
-