@InternalApi public class SpannerStatementParser extends AbstractStatementParser
AbstractStatementParser.ParametersInfo, AbstractStatementParser.ParsedStatement, AbstractStatementParser.StatementType| Constructor and Description |
|---|
SpannerStatementParser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
supportsExplain()
Indicates whether the parser supports the
EXPLAIN clause. |
convertPositionalParametersToNamedParameters, getInstance, isDdlStatement, isQuery, isUpdateStatement, parse, removeCommentsAndTrimprotected boolean supportsExplain()
EXPLAIN clause. The Spanner parser does
support it.supportsExplain in class AbstractStatementParserCopyright © 2022 Google LLC. All rights reserved.