|
Class Summary |
| JmsBinaryAdd |
Expression node for the SQL add operation |
| JmsBinaryAnd |
Expression node for the SQL "AND" |
| JmsBinaryDiv |
Expression node for the SQL division operation |
| JmsBinaryMult |
Expression node for the SQL multiply operation |
| JmsBinaryOperand |
Base class for all Binary SQL expressions. |
| JmsBinaryOr |
Expression node for the SQL add operation |
| JmsBinarySub |
Expression node for the SQL substraction operation |
| JmsBooleanLiteral |
Expression node for boolean literals. |
| JmsDataType |
Base class for all expression nodes representing data. |
| JmsEquals |
Expression node for the SQL equals operation. |
| JmsFloatLiteral |
Expression node to represent floating point literals |
| JmsGreater |
Expression node for the SQL greater than expression. |
| JmsIdentifier |
Expression node for identifiers. |
| JmsIntegerLiteral |
Expression node to represent integer literals. |
| JmsIs |
Parse tree node representing the IS NULL SQL statement. |
| JmsLess |
Expression node for the SQL less than expression. |
| JmsLike |
Expression node to representing SQL Like. |
| JmsNot |
Expression node to represent SQL Not operation. |
| JmsNumericLiteral |
Class whose methods allow for comparison and math operations
to be performed on doubles and longs. |
| JmsOperand |
Base class for all nodes in the JMS parse tree. |
| JmsStringLiteral |
Expression node to represent String literals |
| Parser |
Access point to the filter functionality for the rest of the JMS
implementation. |
| RegExp |
Trailing class to implement NFA for the Like clause. |
| RegExp.state |
|
| SelectorTests |
Unit test used to exercise the sql-jms filter; This class was generated
during initial development. |