Uses of Interface
com.google.cloud.spanner.ReadContext
Packages that use ReadContext
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of ReadContext in com.google.cloud.spanner
Subinterfaces of ReadContext in com.google.cloud.spannerModifier and TypeInterfaceDescriptioninterfaceBatchReadOnlyTransactioncan be configured to read at timestamps in the past and allows for exporting arbitrarily large amounts of data from Cloud Spanner databases.interfaceA transaction type that provides guaranteed consistency across several reads, but does not allow writes.interfaceContext for a single attempt of a locking read-write transaction.Methods in com.google.cloud.spanner that return ReadContextModifier and TypeMethodDescriptionDatabaseClient.singleUse()Returns a context in which a single read can be performed usingTimestampBound.strong()concurrency.DatabaseClient.singleUse(TimestampBound bound) Returns a context in which a single read can be performed at the given timestamp bound.Methods in com.google.cloud.spanner with parameters of type ReadContextModifier and TypeMethodDescriptionStatement.analyzeQuery(ReadContext context, ReadContext.QueryAnalyzeMode queryMode) Analyzes the query incontext.Statement.executeQuery(ReadContext context, Options.QueryOption... options) Executes the query incontext.