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.
|
Modifier and Type | Method and Description |
---|---|
static ReadContext.QueryAnalyzeMode |
ReadContext.QueryAnalyzeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadContext.QueryAnalyzeMode[] |
ReadContext.QueryAnalyzeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
Statement.analyzeQuery(ReadContext context,
ReadContext.QueryAnalyzeMode queryMode)
Analyzes the query in
context . |
ResultSet |
ReadContext.analyzeQuery(Statement statement,
ReadContext.QueryAnalyzeMode queryMode)
Analyzes a query and returns query plan and/or query execution statistics information.
|
default ResultSetStats |
TransactionContext.analyzeUpdate(Statement statement,
ReadContext.QueryAnalyzeMode analyzeMode,
Options.UpdateOption... options)
Analyzes a DML statement and returns query plan and/or execution statistics information.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
Connection.analyzeQuery(Statement query,
ReadContext.QueryAnalyzeMode queryMode)
Analyzes a query or a DML statement and returns query plan and/or query execution statistics
information.
|
default ResultSetStats |
Connection.analyzeUpdate(Statement update,
ReadContext.QueryAnalyzeMode analyzeMode)
Analyzes a DML statement and returns query plan and/or execution statistics information.
|
Copyright © 2022 Google LLC. All rights reserved.