public abstract class AbstractJSqlParser<P> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
errorRecovery |
protected int |
jdbcParameterIndex |
protected List<ParseException> |
parseErrors |
| Constructor and Description |
|---|
AbstractJSqlParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsBoolean(Feature f) |
abstract FeatureConfiguration |
getConfiguration() |
List<ParseException> |
getParseErrors() |
abstract P |
me() |
void |
setErrorRecovery(boolean errorRecovery) |
P |
withFeature(Feature f,
boolean enabled) |
P |
withSquareBracketQuotation(boolean allowSquareBracketQuotation) |
protected int jdbcParameterIndex
protected boolean errorRecovery
protected List<ParseException> parseErrors
public P withSquareBracketQuotation(boolean allowSquareBracketQuotation)
public abstract FeatureConfiguration getConfiguration()
public abstract P me()
public boolean getAsBoolean(Feature f)
public void setErrorRecovery(boolean errorRecovery)
public List<ParseException> getParseErrors()
Copyright © 2004–2021 JSQLParser. All rights reserved.