Package net.sf.jsqlparser.parser
Class AbstractJSqlParser<P>
java.lang.Object
net.sf.jsqlparser.parser.AbstractJSqlParser<P>
- Direct Known Subclasses:
CCJSqlParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
abstract FeatureConfiguration
abstract P
me()
void
setErrorRecovery
(boolean errorRecovery) withAllowComplexParsing
(boolean allowComplexParsing) withBackslashEscapeCharacter
(boolean allowBackslashEscapeCharacter) withFeature
(Feature f, boolean enabled) withFeature
(Feature f, long value) withSquareBracketQuotation
(boolean allowSquareBracketQuotation) withTimeOut
(long timeOutMillSeconds) withUnsupportedStatements
(boolean allowUnsupportedStatements)
-
Field Details
-
jdbcParameterIndex
protected int jdbcParameterIndex -
errorRecovery
protected boolean errorRecovery -
parseErrors
-
-
Constructor Details
-
AbstractJSqlParser
public AbstractJSqlParser()
-
-
Method Details
-
withSquareBracketQuotation
-
withAllowComplexParsing
-
withUnsupportedStatements
-
withTimeOut
-
withBackslashEscapeCharacter
-
withFeature
-
withFeature
-
getConfiguration
-
me
-
getAsBoolean
-
getAsLong
-
setErrorRecovery
public void setErrorRecovery(boolean errorRecovery) -
getParseErrors
-