Package net.sf.jsqlparser.parser.feature
Class FeatureConfiguration
java.lang.Object
net.sf.jsqlparser.parser.feature.FeatureConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
LOG
-
featureEnabled
-
-
Constructor Details
-
FeatureConfiguration
public FeatureConfiguration()
-
-
Method Details
-
setValue
- Parameters:
feature
-value
-- Returns:
this
-
getValue
- Parameters:
feature
-- Returns:
- the configured feature value - can be
null
- Throws:
IllegalStateException
- - if givenFeature.isConfigurable()
== false
-
getAsBoolean
-
getAsLong
-
getAsString
-