|
Classes in com.edustructures.sifworks.tools.queries used by com.edustructures.sifworks.tools.queries |
QueryField
This interface defines an optional interface that can be implemented by a class and mapped
to an element to satisfy a SIF_Query. |
QueryFormatter
The abstract base class for query formatters, which format SIF_Query queries
in another form such as an SQL WHERE clause. |
QueryFormatterException
Signals an unrecoverable processing error by a QueryFormatter |
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. |