Class SpannerStatementParser (6.66.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
Name Description
rawSql String
Returns
Type Description
boolean
Overrides

supportsExplain()

protected boolean supportsExplain()

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

Returns
Type Description
boolean
Overrides