| Interface | Description |
|---|---|
| Filter | |
| ISQLExpressionFormat |
This interface must be implemented by the classes that
format a SQL expression.
|
| Class | Description |
|---|---|
| AbstractFilter |
All classes that implement a "Query Language" must to inherit of
this class
|
| BinaryTree |
This class implements a binary tree (not ordered) that is
used to build a sintactic tree for the SQL language.
|
| DefaultSQLExpressionFormat |
Default SQL formatter
|
| ParseExpressions |
It parses a SQL expression (just the where part) and seperates
it in "sub-expresion".
|