Class SpannerStatementParser (6.51.0)

public class SpannerStatementParser extends AbstractStatementParser

Inheritance

java.lang.Object > AbstractStatementParser > SpannerStatementParser

Constructors

SpannerStatementParser()

public SpannerStatementParser()

Methods

checkReturningClauseInternal(String rawSql)

protected boolean checkReturningClauseInternal(String rawSql)

Checks if the given SQL string contains a Returning clause. This method is used only in case of a DML statement.

Parameter
NameDescription
rawSqlString
Returns
TypeDescription
boolean
Overrides

supportsExplain()

protected boolean supportsExplain()

Indicates whether the parser supports the EXPLAIN clause. The Spanner parser does support it.

Returns
TypeDescription
boolean
Overrides