Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchReadOnlyTransaction
BatchReadOnlyTransaction can be configured to read at timestamps in the past and allows
for exporting arbitrarily large amounts of data from Cloud Spanner databases. |
interface |
ReadOnlyTransaction
A transaction type that provides guaranteed consistency across several reads, but does not allow
writes.
|
interface |
TransactionContext
Context for a single attempt of a locking read-write transaction.
|
Modifier and Type | Method and Description |
---|---|
ReadContext |
DatabaseClient.singleUse()
Returns a context in which a single read can be performed using
TimestampBound.strong()
concurrency. |
ReadContext |
DatabaseClient.singleUse(TimestampBound bound)
Returns a context in which a single read can be performed at the given timestamp bound.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
Statement.analyzeQuery(ReadContext context,
ReadContext.QueryAnalyzeMode queryMode)
Analyzes the query in
context . |
ResultSet |
Statement.executeQuery(ReadContext context,
Options.QueryOption... options)
Executes the query in
context . |
Copyright © 2019 Google LLC. All rights reserved.