| 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()
Deprecated.
|
Cursor |
StructuredQuery.endCursor()
Deprecated.
|
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.
|
Cursor |
StructuredQuery.startCursor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GqlQuery.Builder<V> |
GqlQuery.Builder.addBinding(Cursor cursor) |
StructuredQuery.Builder<V> |
StructuredQuery.Builder.endCursor(Cursor endCursor)
Deprecated.
|
GqlQuery.Builder<V> |
GqlQuery.Builder.setBinding(String name,
Cursor cursor) |
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.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.startCursor(Cursor startCursor)
Deprecated.
|
Copyright © 2017 Google. All rights reserved.