|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| QueryField | This interface defines an optional interface that can be implemented by a class and mapped to an element to satisfy a SIF_Query. |
| Class Summary | |
|---|---|
| QueryFormatter | The abstract base class for query formatters, which format SIF_Query queries in another form such as an SQL WHERE clause. |
| SQLField | Encapsulates a field name and type from the java.sql.Types class
When preparing a dictionary to be passed to the SQLQueryFormatter.format
method, the caller must map SIFDTD ElementDef constants to instances
of SQLField. |
| SQLQueryFormatter | An implementation of a QueryFormatter that formats SIF_Query conditions as a
string suitable for inclusion in an SQL WHERE clause. |
| Exception Summary | |
|---|---|
| QueryFormatterException | Signals an unrecoverable processing error by a QueryFormatter |
The QueryFormatter class and its supporting classes simplify the task of converting SIF_Query elements to other forms such as SQL statements
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||