public class SpannerQueryOptions extends Object
| Constructor and Description |
|---|
SpannerQueryOptions()
Constructor to create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
SpannerQueryOptions |
addQueryOption(com.google.cloud.spanner.Options.QueryOption queryOption) |
Set<String> |
getIncludeProperties() |
com.google.cloud.spanner.Options.QueryOption[] |
getQueryOptions() |
com.google.cloud.Timestamp |
getTimestamp() |
boolean |
isAllowPartialRead() |
SpannerQueryOptions |
setAllowPartialRead(boolean allowPartialRead) |
SpannerQueryOptions |
setIncludeProperties(Set<String> includeProperties) |
SpannerQueryOptions |
setTimestamp(com.google.cloud.Timestamp timestamp) |
public SpannerQueryOptions()
public SpannerQueryOptions addQueryOption(com.google.cloud.spanner.Options.QueryOption queryOption)
public SpannerQueryOptions setIncludeProperties(Set<String> includeProperties)
public com.google.cloud.Timestamp getTimestamp()
public SpannerQueryOptions setTimestamp(com.google.cloud.Timestamp timestamp)
public com.google.cloud.spanner.Options.QueryOption[] getQueryOptions()
public boolean isAllowPartialRead()
public SpannerQueryOptions setAllowPartialRead(boolean allowPartialRead)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.