Interface | Description |
---|---|
FormatterIF |
This is the result set formatter interface.
|
QueryIF |
This is the query interface.
|
ResultIF |
This is the interface that must be fulfilled by a reulst.
|
TreeNodeIF |
This is the tree node interface of the query tree.
|
Class | Description |
---|---|
DefaultFormatter |
This is the default formatter.
|
MessageFormatter |
This is the formatter assigned by the XML messageformatter tag.
|
NodeQuery |
This is the class that is mapped to the nodequery XML tag.
|
NodeQueryRegistry |
This is the HQLX registry.
|
PrintFormatter |
This is the formatter assigned by the XML printformatter tag.
|
Query |
This is the query interface implementations for the querystructureext xml tag.
|
QueryTree |
This is the Querytree executor.
|
Result |
This is the result of a query.
|
ResultFormatter |
This is the formatter assigned by the XML resultformatter tag.
|
TreeNode |
This is the tree node implementation.
|