public class SpannerStatementParser extends AbstractStatementParser
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 |
supportsExplain()
protected boolean supportsExplain()
Indicates whether the parser supports the EXPLAIN
clause. The Spanner parser does
support it.
Returns | |
---|---|
Type | Description |
boolean |