@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, removeCommentsAndTrim
public SpannerStatementParser() throws com.google.cloud.spanner.connection.ClientSideStatementImpl.CompileException
com.google.cloud.spanner.connection.ClientSideStatementImpl.CompileException
protected boolean supportsExplain()
EXPLAIN
clause. The Spanner parser does
support it.supportsExplain
in class AbstractStatementParser
Copyright © 2022 Google LLC. All rights reserved.