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 |
---|---|
static Cursor |
Cursor.copyFrom(byte[] bytes) |
static Cursor |
Cursor.fromUrlSafe(String urlSafe)
Create a
Cursor given its URL safe encoded form. |
Cursor |
QueryResults.getCursorAfter()
Returns the Cursor for the point after the value returned in the last
Iterator.next() call. |
Cursor |
StructuredQuery.getEndCursor()
Returns the end cursor for this query.
|
Cursor |
StructuredQuery.getStartCursor()
Returns the start cursor for this query.
|
Modifier and Type | Method and Description |
---|---|
GqlQuery.Builder<V> |
GqlQuery.Builder.addBinding(Cursor cursor)
Sets a new positional binding.
|
GqlQuery.Builder<V> |
GqlQuery.Builder.setBinding(String name,
Cursor cursor)
Sets a new named binding.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setEndCursor(Cursor endCursor)
Sets the end cursor for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setStartCursor(Cursor startCursor)
Sets the start cursor for the query.
|
Copyright © 2019 Google LLC. All rights reserved.