@InternalApi
See: Description
| Interface | Description |
|---|---|
| AsyncStatementResult | |
| Connection |
Internal connection API for Google Cloud Spanner.
|
| StatementResult |
A result of the execution of a statement.
|
| TransactionRetryListener |
Cloud Spanner can abort any read/write transaction because of potential deadlocks or other
internal reasons.
|
| Class | Description |
|---|---|
| Connection.InternalMetadataQuery |
This query option is used internally to indicate that a query is executed by the library itself
to fetch metadata.
|
| ConnectionOptions |
Internal connection API for Google Cloud Spanner.
|
| ConnectionOptions.Builder |
Builder for
ConnectionOptions instances. |
| ConnectionOptions.ConnectionProperty |
Supported connection properties that can be included in the connection URI.
|
| ReadOnlyStalenessUtil |
Util class for parsing and converting ReadOnlyStaleness values to/from strings.
|
| SpannerPool |
Pool for keeping track of
Spanner instances needed for connections. |
| StatementParser |
Internal class for the Spanner Connection API.
|
| Enum | Description |
|---|---|
| AutocommitDmlMode |
Enum used to define the behavior of DML statements in autocommit mode
|
| StatementResult.ClientSideStatementType |
The type of client side statement that was executed.
|
| StatementResult.ResultType |
Enum indicating the type of result that was returned by
Connection.execute(com.google.cloud.spanner.Statement) |
| TransactionMode |
Enum used to define the transaction type of a
Connection |
| TransactionRetryListener.RetryResult |
The result of a retry.
|
Copyright © 2021 Google LLC. All rights reserved.