Module com.rabbitmq.jms
Package com.rabbitmq.jms.parse.sql
-
Class Summary Class Description SqlCompiler SqlEvaluator A boolean evaluator for JMS Sql selector expressions.SqlParser This usesSqlProductionas a naïve parser for the grammar defined in that type.SqlTokenStream A simple stream of SQL tokens generated from an input character sequence at instantiation time.SqlTypeChecker SqlTypeSetterVisitor This visitor sets the type of the expression at a node of a tree, using the type of node and theSqlExpressionTypeof the children nodes. -
Enum Summary Enum Description SqlExpressionType The types of the subexpressions in an SQL (selector) expression.