| Interface | Description | 
|---|---|
| AttributeToSQLStrategy<T> | 
 Strategy pattern interface for transforming a part of UES query AST to the
 SQL. 
 | 
| AttributeValueTransformer<T> | 
 Strategy pattern interface for transforming an attribute value class from the
 UES query AST to the appropriate class for the SQL (JDBC parameter binding). 
 | 
| QueryAttribute<T> | |
| SQLBuilderParametersStrategy | 
| Enum | Description | 
|---|---|
| QueryAttributeSyntaxType | 
 Represents possible syntax of an attribute in ues query. 
 |