| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
Cursor.copyFrom(byte[] bytes) |
Cursor |
QueryResults.cursorAfter()
Returns the Cursor for the point after the value returned in the last
Iterator.next() call. |
Cursor |
StructuredQuery.endCursor() |
static Cursor |
Cursor.fromUrlSafe(String urlSafe)
Create a
Cursor given its URL safe encoded form. |
Cursor |
StructuredQuery.startCursor() |
| Modifier and Type | Method and Description |
|---|---|
GqlQuery.Builder<V> |
GqlQuery.Builder.addBinding(Cursor cursor) |
StructuredQuery.Builder<V> |
StructuredQuery.Builder.endCursor(Cursor endCursor) |
GqlQuery.Builder<V> |
GqlQuery.Builder.setBinding(String name,
Cursor cursor) |
StructuredQuery.Builder<V> |
StructuredQuery.Builder.startCursor(Cursor startCursor) |
Copyright © 2016 Google. All rights reserved.