Uses of Enum Class
com.alibaba.druid.sql.parser.SQLType
Packages that use SQLType
-
Uses of SQLType in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLTypeModifier and TypeMethodDescriptionstatic SQLTypeSQLParserUtils.getSQLType(String sql, DbType dbType) static SQLTypeSQLParserUtils.getSQLTypeV2(String sql, DbType dbType) final SQLTypeLexer.scanSQLType()final SQLTypeLexer.scanSQLTypeV2()static SQLTypeReturns the enum constant of this class with the specified name.static SQLType[]SQLType.values()Returns an array containing the constants of this enum class, in the order they are declared.