Uses of Interface
com.google.cloud.spanner.StructReader
-
Packages that use StructReader Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of StructReader in com.google.cloud.spanner
Subinterfaces of StructReader in com.google.cloud.spanner Modifier and Type Interface Description interfaceAsyncResultSetInterface for result sets returned by async query methods.interfaceResultSetProvides access to the data returned by a Cloud Spanner read or query.Classes in com.google.cloud.spanner that implement StructReader Modifier and Type Class Description classAbstractStructReaderBase class for assistingStructReaderimplementations.classForwardingAsyncResultSetForwarding implementation ofAsyncResultSetthat forwards all calls to a delegate.classForwardingResultSetForwarding implementation of ResultSet that forwards all calls to a delegate.classForwardingStructReaderForwarding implements of StructReaderclassStructRepresents a non-NULLvalue ofType.Code.STRUCT.Method parameters in com.google.cloud.spanner with type arguments of type StructReader Modifier and Type Method 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)Constructors in com.google.cloud.spanner with parameters of type StructReader Constructor Description ForwardingStructReader(StructReader delegate)Constructor parameters in com.google.cloud.spanner with type arguments of type StructReader Constructor Description ForwardingStructReader(com.google.common.base.Supplier<? extends StructReader> delegate)
-