Uses of Interface
com.google.cloud.spanner.ReadContext
-
Packages that use ReadContext Package Description com.google.cloud.spanner 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.spanner Modifier and Type Interface Description interfaceBatchReadOnlyTransactionBatchReadOnlyTransactioncan be configured to read at timestamps in the past and allows for exporting arbitrarily large amounts of data from Cloud Spanner databases.interfaceReadOnlyTransactionA transaction type that provides guaranteed consistency across several reads, but does not allow writes.interfaceTransactionContextContext for a single attempt of a locking read-write transaction.Methods in com.google.cloud.spanner that return ReadContext Modifier and Type Method Description ReadContextDatabaseClient. singleUse()Returns a context in which a single read can be performed usingTimestampBound.strong()concurrency.ReadContextDatabaseClient. 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 ReadContext Modifier and Type Method Description ResultSetStatement. analyzeQuery(ReadContext context, ReadContext.QueryAnalyzeMode queryMode)Analyzes the query incontext.ResultSetStatement. executeQuery(ReadContext context, Options.QueryOption... options)Executes the query incontext.
-