Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
com.google.cloud.spanner.connection |
Internal API for Google Cloud Spanner.
|
com.google.cloud.spanner.testing |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
A
Session can be used to perform transactions that read and/or modify data in a Cloud
Spanner database. |
Modifier and Type | Method and Description |
---|---|
DatabaseClient |
Spanner.getDatabaseClient(DatabaseId db)
Returns a
DatabaseClient for the given database. |
Modifier and Type | Method and Description |
---|---|
default DatabaseClient |
Connection.getDatabaseClient()
The
DatabaseClient that is used by this Connection . |
Modifier and Type | Method and Description |
---|---|
DatabaseClient |
RemoteSpannerHelper.getDatabaseClient(Database db) |
Copyright © 2022 Google LLC. All rights reserved.