Uses of Class
net.sf.jsqlparser.util.validation.feature.FeatureContext
-
Packages that use FeatureContext Package Description net.sf.jsqlparser.util.validation.feature -
-
Uses of FeatureContext in net.sf.jsqlparser.util.validation.feature
Methods in net.sf.jsqlparser.util.validation.feature that return FeatureContext Modifier and Type Method Description static FeatureContext
FeatureContext. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeatureContext[]
FeatureContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-