Uses of Class
com.google.cloud.datastore.GqlQuery
-
Packages that use GqlQuery Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of GqlQuery in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return GqlQuery Modifier and Type Method Description GqlQuery<V>GqlQuery.Builder. build()GqlQuery<?>AggregationQuery. getNestedGqlQuery()Returns the underlyingfor this Query.Methods in com.google.cloud.datastore with parameters of type GqlQuery Modifier and Type Method Description AggregationQuery.BuilderAggregationQuery.Builder. over(GqlQuery<?> nestedQuery)GqlQueryGqlQueryProtoPreparer. prepare(GqlQuery<?> gqlQuery)
-