@InternalApi
See: Description
Interface | Description |
---|---|
AsyncStatementResult | |
Connection |
Internal connection API for Google Cloud Spanner.
|
ConnectionOptions.ExternalChannelProvider |
ConnectionOptions.ExternalChannelProvider can be used for to specify an external channel provider. |
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 |
---|---|
AbstractStatementParser |
Internal class for the Spanner Connection API.
|
AbstractStatementParser.ParametersInfo |
Parameter information with positional parameters translated to named parameters.
|
AbstractStatementParser.ParsedStatement |
A statement that has been parsed
|
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.
|
PostgreSQLStatementParser | |
ReadOnlyStalenessUtil |
Util class for parsing and converting ReadOnlyStaleness values to/from strings.
|
SpannerPool |
Pool for keeping track of
Spanner instances needed for connections. |
SpannerStatementParser |
Enum | Description |
---|---|
AbstractStatementParser.StatementType |
The type of statement that has been recognized by the parser.
|
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 © 2022 Google LLC. All rights reserved.