Package com.edustructures.sifworks.tools.queries

The QueryFormatter class and its supporting classes simplify the task of converting SIF_Query elements to other forms such as SQL statements

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
 

Package com.edustructures.sifworks.tools.queries Description

The QueryFormatter class and its supporting classes simplify the task of converting SIF_Query elements to other forms such as SQL statements



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.