Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncResultSet
Interface for result sets returned by async query methods.
|
interface |
ResultSet
Provides access to the data returned by a Cloud Spanner read or query.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructReader
Base class for assisting
StructReader implementations. |
class |
ForwardingAsyncResultSet
Forwarding implementation of
AsyncResultSet that forwards all calls to a delegate. |
class |
ForwardingResultSet
Forwarding implementation of ResultSet that forwards all calls to a delegate.
|
class |
ForwardingStructReader
Forwarding implements of StructReader
|
class |
Struct
Represents a non-
NULL value of Type.Code.STRUCT . |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
AsyncResultSet.toList(com.google.common.base.Function<StructReader,T> transformer)
Transforms the row cursor into an immutable list using the given transformer function.
|
<T> List<T> |
ForwardingAsyncResultSet.toList(com.google.common.base.Function<StructReader,T> transformer) |
<T> com.google.api.core.ApiFuture<List<T>> |
AsyncResultSet.toListAsync(com.google.common.base.Function<StructReader,T> transformer,
Executor executor)
Transforms the row cursor into an immutable list using the given transformer function.
|
<T> com.google.api.core.ApiFuture<List<T>> |
ForwardingAsyncResultSet.toListAsync(com.google.common.base.Function<StructReader,T> transformer,
Executor executor) |
Constructor and Description |
---|
ForwardingStructReader(StructReader delegate) |
Constructor and Description |
---|
ForwardingStructReader(com.google.common.base.Supplier<? extends StructReader> delegate) |
Copyright © 2022 Google LLC. All rights reserved.