@InternalApi public class PostgreSQLStatementParser extends AbstractStatementParser
AbstractStatementParser.ParametersInfo, AbstractStatementParser.ParsedStatement, AbstractStatementParser.StatementType| 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 PostgreSQL parser does
not support it.supportsExplain in class AbstractStatementParserCopyright © 2022 Google LLC. All rights reserved.