Class AbstractStatementParser (2.17.0)

public abstract class AbstractStatementParser

Inheritance

java.lang.Object > AbstractStatementParser

Static Fields

DEFAULT_MAX_STATEMENT_CACHE_SIZE_MB

public static final int DEFAULT_MAX_STATEMENT_CACHE_SIZE_MB
Field Value
Type Description
int

Static Methods

getInstance(Dialect arg0)

public static AbstractStatementParser getInstance(Dialect arg0)
Parameter
Name Description
arg0 Dialect
Returns
Type Description
AbstractStatementParser

Methods

checkReturningClause(String arg0)

public boolean checkReturningClause(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
boolean

checkReturningClauseInternal(String arg0)

protected abstract boolean checkReturningClauseInternal(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
boolean

convertPositionalParametersToNamedParameters(char arg0, String arg1)

public AbstractStatementParser.ParametersInfo convertPositionalParametersToNamedParameters(char arg0, String arg1)
Parameters
Name Description
arg0 char
arg1 String
Returns
Type Description
ParametersInfo

isDdlStatement(String arg0)

public boolean isDdlStatement(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
boolean

isQuery(String arg0)

public boolean isQuery(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
boolean

isUpdateStatement(String arg0)

public boolean isUpdateStatement(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
boolean

parse(Statement arg0)

public AbstractStatementParser.ParsedStatement parse(Statement arg0)
Parameter
Name Description
arg0 Statement
Returns
Type Description
ParsedStatement

removeCommentsAndTrim(String arg0)

public String removeCommentsAndTrim(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
String

supportsExplain()

protected abstract boolean supportsExplain()
Returns
Type Description
boolean