|
Class Summary |
| ASCII_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
| JMSSelector |
Provides JMS selector capability to a MessageConsumer
Uses a SQL parser written in SQLParser.jj |
| NumericValue |
Wrapper class for a NumericValue that provides math operations on numbers
This class is a necessary because Java does not support arithmetic operations
in java.lang.Number |
| PropertyValueComparator |
Class Declaration. |
| SQLParser |
Subset of SQL-92 used by JMS message selectors. |
| SQLParserTokenManager |
|
| Token |
Describes the input token stream. |