Uses of Class
com.google.cloud.datastore.Query.ResultType
Packages that use Query.ResultType
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Query.ResultType in com.google.cloud.datastore
Fields in com.google.cloud.datastore declared as Query.ResultTypeModifier and TypeFieldDescriptionstatic final Query.ResultType<Entity>Query.ResultType.ENTITYstatic final Query.ResultType<Key>Query.ResultType.KEYstatic final Query.ResultType<ProjectionEntity>Query.ResultType.PROJECTION_ENTITYMethods in com.google.cloud.datastore that return Query.ResultTypeModifier and TypeMethodDescriptionGqlQuery.getType()RecordQuery.getType()StructuredQuery.getType()Methods in com.google.cloud.datastore with parameters of type Query.ResultTypeModifier and TypeMethodDescriptionstatic <V> GqlQuery.Builder<V>Query.newGqlQueryBuilder(Query.ResultType<V> resultType, String gql) Returns a newGqlQuerybuilder.