Uses of Class
com.alibaba.druid.sql.parser.DialectFeature.ParserFeature
-
Packages that use DialectFeature.ParserFeature Package Description com.alibaba.druid.sql.parser -
-
Uses of DialectFeature.ParserFeature in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return DialectFeature.ParserFeature Modifier and Type Method Description static DialectFeature.ParserFeatureDialectFeature.ParserFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static DialectFeature.ParserFeature[]DialectFeature.ParserFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.parser with parameters of type DialectFeature.ParserFeature Modifier and Type Method Description protected booleanSQLParser. dialectFeatureEnabled(DialectFeature.ParserFeature feature)
-