Uses of Enum
com.alibaba.druid.sql.parser.Token
Packages that use Token
-
Uses of Token in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as TokenModifier and TypeFieldDescriptionprotected TokenSQLStatementParser.expectedNextTokenLexer.SavePoint.tokenprotected TokenLexer.tokenMethods in com.alibaba.druid.sql.parser that return TokenModifier and TypeMethodDescriptionKeywords.getKeyword(long hash) Keywords.getKeyword(String key) final TokenLexer.token()Return the current token, set by nextToken().static TokenReturns the enum constant of this type with the specified name.static Token[]Token.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.parser that return types with arguments of type TokenMethods in com.alibaba.druid.sql.parser with parameters of type TokenModifier and TypeMethodDescriptionvoidvoidstatic booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token token) static booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token... tokens) static booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token token1, Token token2) static booleanbooleanKeywords.containsValue(Token token) booleanvoidprotected voidSQLParser.printError(Token token) voidDeprecated.voidConstructor parameters in com.alibaba.druid.sql.parser with type arguments of type Token -
Uses of Token in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type Token