Uses of Interface
net.sourceforge.sqlunit.IHandler

Packages that use IHandler
net.sourceforge.sqlunit Classes for the SQLUnit core package. 
net.sourceforge.sqlunit.handlers Handler implementations for SQLUnit. 
 

Uses of IHandler in net.sourceforge.sqlunit
 

Methods in net.sourceforge.sqlunit that return IHandler
static IHandler HandlerFactory.getInstance(java.lang.String name)
          Returns an IHandler object given its name.
 

Uses of IHandler in net.sourceforge.sqlunit.handlers
 

Classes in net.sourceforge.sqlunit.handlers that implement IHandler
 class ArgHandler
          The ArgHandler takes the JDOM Element representing the arg tag and converts it to a Arg object.
 class BatchCallHandler
          The BatchCallHandler class processes the contents of a batchcall tag in the input XML file.
 class BatchResultHandler
          The BatchResultHandler class processes the contents of a batchresult tag in the input XML file.
 class BatchSqlHandler
          The BatchSqlHandler class processes the contents of a batchsql tag in the input XML file.
 class BatchTestHandler
          The BatchTestHandler allows the grouping of a number of Stored Procedure calls and/or SQL statements and a number of expected results from these.
 class CallHandler
          The CallHandler class processes the contents of a call tag in the input XML file.
 class CategoryHandler
          The CategoryHandler processes the contents of a Category tag in the input SQLUnit XML file.
 class ClassifiersHandler
          The ClassifiersHandler processes a JDOM Element representing the classifiers element.
 class ColHandler
          The ColHandler processes a JDOM Col element and returns a Col bean.
 class ConnectionHandler
          The ConnectionHandler class creates a JDBC connection object given its parameters in the form of a JDOM Element.
 class ConstructorArgsHandler
          The ConstructorArgsHandler parses the JDOM Element constructorArgs and processes it to return an array of Arg objects.
 class DiffHandler
          The DiffHandler compares result sets from two different SQL statements or stored procedure calls.
 class DynamicSqlHandler
          The DynamicSqlHandler class processes the contents of an dynamicSql tag in the input XML file.
 class EchoHandler
          Writes an INFO trace to the log file.
 class ExceptionHandler
          The Exception Handler parses a JDOM Element representing an exception tag and returns an ExceptionBean object.
 class FieldHandler
          Handles a field element, child of a struct element.
 class ForeachHandler
          This class implements the handling of the foreach element.
 class FuncDefHandler
          The FuncDefHandler processes a Function Definition JDOM Element.
 class FuncHandler
          The FuncHandler looks up the named definition from the symbol table and runs it after resolving the query, then returns a result.
 class IncludeHandler
          The IncludeHandler reads and executes SQL statements specified in a included file.
 class JndiHandler
          The JndiHandler parses the JDOM Element methodArgs and processes it to return an array of Arg objects.
 class MatchHandler
          The ResultHandler class parses the XML representing the result object.
 class MethodArgsHandler
          The MethodArgsHandler parses the JDOM Element methodArgs and processes it to return an array of Arg objects.
 class MethodInvokerHandler
          The MethodInvokerHandler class processes the contents of an methodInvoker tag in the input XML file.
 class OutParamHandler
          The OutParamHandler takes the JDOM Element representing the outparam tag and converts it to a OutParam object.
 class ParamHandler
          The ParamHandler takes the JDOM Element representing the param tag and converts it to a Param object.
 class ParamSetHandler
          The ParamSetHandler takes the JDOM Element representing the paramset tag and converts it to an array of Param objects.
 class PrepareHandler
          The PrepareHandler class takes care of setting up data within a test block.
 class ResultHandler
          The ResultHandler class parses the XML representing the result object.
 class ResultSetHandler
          The ResultSetHandler processes a JDOM ResultSet element and returns a ResultSet bean.
 class RowHandler
          The RowHandler processes a JDOM Row element and returns a Row bean.
 class SetHandler
          The SetHandler allows setting variables into the Symbol table.
 class SetupHandler
          The SetupHandler class handles the setup tag of the XML input file.
 class SeverityHandler
          The SeverityHandler processes the contents of the Severity tag in the input XML file.
 class SkipHandler
          The SkipHandler class processes the contents of a Skip tag in the input SQLUnit XML file.
 class SqlHandler
          The SqlHandler class processes the contents of an sql tag in the input XML file.
 class StructHandler
          Handles a struct element.
 class SubDefHandler
          The SubDefHandler processes a JDOM Element representing a subroutine definition.
 class SubHandler
          The SubHandler is called from within the sub tag.
 class SubParamHandler
          The SubParamHandler takes the JDOM Element representing a subparam tag and converts it to a SubParam object.
 class TeardownHandler
          The TeardownHandler class handles the instructions in the teardown tag of the XML input file.
 class TestHandler
          The TestHandler class is responsible for executing a single test specified by the contents of the test tag in the input XML file.
 class TypeDefHandler
          Handles a typedef element, child of a typemap element.
 class TypeMapHandler
          Handles a typemap element, child of a typemap element.