Class AbstractStatementParser (0.16.0)

publicabstractclass AbstractStatementParser

Inheritance

java.lang.Object > AbstractStatementParser

Static Methods

getInstance(Dialect arg0)

publicstaticAbstractStatementParsergetInstance(Dialectarg0)
Parameter
Name Description
arg0 com.google.cloud.spanner.Dialect
Returns
Type Description

Methods

checkReturningClause(String arg0)

publicbooleancheckReturningClause(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

checkReturningClauseInternal(String arg0)

protectedabstractbooleancheckReturningClauseInternal(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

convertPositionalParametersToNamedParameters(char arg0, String arg1)

publicAbstractStatementParser.ParametersInfoconvertPositionalParametersToNamedParameters(chararg0,Stringarg1)
Parameters
Name Description
arg0 char
arg1 String
Returns
Type Description

isDdlStatement(String arg0)

publicbooleanisDdlStatement(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

isQuery(String arg0)

publicbooleanisQuery(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

isUpdateStatement(String arg0)

publicbooleanisUpdateStatement(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

parse(Statement arg0)

publicAbstractStatementParser.ParsedStatementparse(Statementarg0)
Parameter
Name Description
arg0 com.google.cloud.spanner.Statement
Returns
Type Description

removeCommentsAndTrim(String arg0)

publicStringremoveCommentsAndTrim(Stringarg0)
Parameter
Name Description
arg0 String
Returns
Type Description

supportsExplain()

protectedabstractbooleansupportsExplain()
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.