Uses of Class
com.alibaba.druid.sql.parser.SQLType
-
Packages that use SQLType Package Description com.alibaba.druid.sql.parser -
-
Uses of SQLType in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLType Modifier and Type Method Description static SQLTypeSQLParserUtils. getSQLType(String sql, DbType dbType)static SQLTypeSQLParserUtils. getSQLTypeV2(String sql, DbType dbType)SQLTypeLexer. scanSQLType()SQLTypeLexer. scanSQLTypeV2()static SQLTypeSQLType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLType[]SQLType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-