Uses of Interface
com.google.cloud.spanner.StructReader
Packages that use StructReader
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
Internal API for Google Cloud Spanner.
-
Uses of StructReader in com.google.cloud.spanner
Subinterfaces of StructReader in com.google.cloud.spannerModifier and TypeInterfaceDescriptioninterfaceInterface for result sets returned by async query methods.interfaceInterface forResultSets that can return a protobuf value.interfaceProvides access to the data returned by a Cloud Spanner read or query.Classes in com.google.cloud.spanner that implement StructReaderModifier and TypeClassDescriptionclassBase class for assistingStructReaderimplementations.classForwarding implementation ofAsyncResultSetthat forwards all calls to a delegate.classForwarding implementation of ResultSet that forwards all calls to a delegate.classForwarding implements of StructReaderclassRepresents a non-NULLvalue ofType.Code.STRUCT.Method parameters in com.google.cloud.spanner with type arguments of type StructReaderModifier and TypeMethodDescriptiondefault <T> TStructReader.getOrDefault(int columnIndex, BiFunction<StructReader, Integer, T> function, T defaultValue) default <T> TStructReader.getOrDefault(String columnName, BiFunction<StructReader, String, T> function, T defaultValue) default <T> TStructReader.getOrNull(int columnIndex, BiFunction<StructReader, Integer, T> function) default <T> TStructReader.getOrNull(String columnName, BiFunction<StructReader, String, T> function) <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 StructReaderConstructor parameters in com.google.cloud.spanner with type arguments of type StructReaderModifierConstructorDescriptionForwardingStructReader(com.google.common.base.Supplier<? extends StructReader> delegate) -
Uses of StructReader in com.google.cloud.spanner.connection
Subinterfaces of StructReader in com.google.cloud.spanner.connectionModifier and TypeInterfaceDescriptioninterfaceResult set that is returned for partitioned queries.