Class SpannerStatementParser

    • Constructor Detail

      • SpannerStatementParser

        public SpannerStatementParser()
                               throws com.google.cloud.spanner.connection.ClientSideStatementImpl.CompileException
        Throws:
        com.google.cloud.spanner.connection.ClientSideStatementImpl.CompileException
    • Method Detail

      • supportsExplain

        protected boolean supportsExplain()
        Indicates whether the parser supports the EXPLAIN clause. The Spanner parser does support it.
        Specified by:
        supportsExplain in class AbstractStatementParser