@Submodule(prefix="053B")
See: Description
| Interface | Description |
|---|---|
| UESQueryFactory |
Factory for UES query.
|
| UESQueryMonitor |
Component for monitoring "execution" of UES query (e.g. execution of SQL
generated from UES query).
|
| UESQuerySQLBuilder |
Builder for generating SQL from UES query.
|
| UESQuerySQLBuilderFactory |
The factory for UESQuerySQLBuilder objects.
|
| Class | Description |
|---|---|
| UESQuery |
UES Query is a SQL-like language for arbitrary criteria definition on APIs.
|
| UESQueryHelper |
Utility methods for UES Query.
|
| Enum | Description |
|---|---|
| UESQueryHelperRTException.E053B2 |
Error codes of UESQueryHelperRTException.
|
| UESQueryParserRTException.E053B1 |
Error codes.
|
| UESQueryProcessingRTException.E053B3 |
Error codes.
|
| UESQueryRTException.E053B0 |
Error codes.
|
| Exception | Description |
|---|---|
| UESQueryHelperRTException |
Exception is thrown when a problem with using UESQueryHelper is detected.
|
| UESQueryModuleRTException |
Query module application exception.
|
| UESQueryParserRTException |
Exception is thrown when a problem with parsing an UES query is detected.
|
| UESQueryProcessingRTException |
This exception is thrown when a problem with processing an UES query is
detected.
|
| UESQueryRTException |
UES query system exception.
|