Uses of Class
com.alibaba.druid.sql.SQLUtils.TokenInfo
Packages that use SQLUtils.TokenInfo
-
Uses of SQLUtils.TokenInfo in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return types with arguments of type SQLUtils.TokenInfoModifier and TypeMethodDescriptionstatic List<SQLUtils.TokenInfo>SQLUtils.getAllTokens(String sql, DbType dbType) Get all tokens from SQL parsing based on dialect type, including their string valuesstatic List<SQLUtils.TokenInfo>SQLUtils.getAllTokens(String sql, DbType dbType, boolean keepComments) Get all tokens from SQL parsing based on dialect type, including their string valuesstatic List<SQLUtils.TokenInfo>SQLUtils.getAllTokens(String sql, String dbType) Get all tokens from SQL parsing based on dialect type (overloaded method with String dbType)static List<SQLUtils.TokenInfo>SQLUtils.getAllTokens(String sql, String dbType, boolean keepComments) Get all tokens from SQL parsing based on dialect type (overloaded method with String dbType)