Package gov.virginia.dcjs.ws.shared

Interface Summary
SQLFormatter Implementers of this interface enable an XMLtoSQLParser * to properly format the SQL it generates by calling the Implementor's * methods.
 

Class Summary
ParserTest  
SQLFormatterAdapter This class provides default functionality for the SQLFormatter * interface.
SQLFormatterTester This class provides functionality for the SQLFormatter * interface to test the SQLtoXMLParser and XMLtoSQLParser classes.
SqlTestCase  
SQLtoXMLParser This utility serves to assist the developer in creating RDMBS independent * SQL queries by generating the query in an XML format according the * http://www.dcjs.virginia.gov/ws/schema/sql.xsd schema.
TestDelete  
TestInsert  
TestSelect  
TestUpdate  
XMLtoSQLParser This utility serves to assist the developer in creating RDMBS independent * SQL queries by letting them see how their XML formatted query, according the * http://www.dcjs.virginia.gov/ws/schema/sql.xsd schema, will * be translated into SQL.
XmlUtil This class contains utility functions to translate XML documents, like those conforming to DCJS schemas, into some other form.