Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.