Uses of Class
com.alibaba.druid.sql.parser.DialectFeature.LexerFeature
-
Packages that use DialectFeature.LexerFeature Package Description com.alibaba.druid.sql.parser -
-
Uses of DialectFeature.LexerFeature in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return DialectFeature.LexerFeature Modifier and Type Method Description static DialectFeature.LexerFeatureDialectFeature.LexerFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static DialectFeature.LexerFeature[]DialectFeature.LexerFeature. 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.LexerFeature Modifier and Type Method Description protected booleanLexer. dialectFeatureEnabled(DialectFeature.LexerFeature feature)
-