Uses of Class
com.google.cloud.datastore.Cursor
Packages that use Cursor
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Cursor in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return CursorModifier and TypeMethodDescriptionstatic CursorCursor.copyFrom(byte[] bytes) static CursorCursor.fromUrlSafe(String urlSafe) Create aCursorgiven its URL safe encoded form.QueryResults.getCursorAfter()Returns the Cursor for the point after the value returned in the lastIterator.next()call.StructuredQuery.getEndCursor()Returns the end cursor for this query.StructuredQuery.getStartCursor()Returns the start cursor for this query.Methods in com.google.cloud.datastore with parameters of type CursorModifier and TypeMethodDescriptionGqlQuery.Builder.addBinding(Cursor cursor) Sets a new positional binding.GqlQuery.Builder.setBinding(String name, Cursor cursor) Sets a new named binding.StructuredQuery.Builder.setEndCursor(Cursor endCursor) Sets the end cursor for the query.StructuredQuery.Builder.setStartCursor(Cursor startCursor) Sets the start cursor for the query.