| Class | Description |
|---|---|
| SqlCompiler | |
| SqlEvaluator |
A boolean evaluator for JMS Sql selector expressions.
|
| SqlParser |
This uses
SqlProduction as 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 the
SqlExpressionType of the children nodes. |
| Enum | Description |
|---|---|
| SqlExpressionType |
The types of the subexpressions in an SQL (selector) expression.
|
Copyright © 2022. All rights reserved.