Class AbstractStatementParser (0.18.4)

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
AbstractStatementParser

Methods

checkReturningClause(String arg0)

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

checkReturningClauseInternal(String arg0)

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

convertPositionalParametersToNamedParameters(char arg0, String arg1)

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

isDdlStatement(String arg0)

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

isQuery(String arg0)

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

isUpdateStatement(String arg0)

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

parse(Statement arg0)

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

removeCommentsAndTrim(String arg0)

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

supportsExplain()

protectedabstractbooleansupportsExplain()
Returns
Type Description
boolean

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.