Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Interface and Description |
---|---|
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 |
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 . |
Constructor and Description |
---|
ForwardingStructReader(StructReader delegate) |
Copyright © 2019 Google LLC. All rights reserved.