net.sourceforge.sqlunit.handlers
Class ColHandler

java.lang.Object
  extended by net.sourceforge.sqlunit.handlers.ColHandler
All Implemented Interfaces:
IHandler

public class ColHandler
extends java.lang.Object
implements IHandler

The ColHandler processes a JDOM Col element and returns a Col bean.

Version:
$Revision: 1.8 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
ColHandler()
           
 
Method Summary
 java.lang.Object process(org.jdom.Element elCol)
          Processes a JDOM Element representing a database column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColHandler

public ColHandler()
Method Detail

process

public final java.lang.Object process(org.jdom.Element elCol)
                               throws java.lang.Exception
Processes a JDOM Element representing a database column.

Specified by:
process in interface IHandler
Parameters:
elCol - the JDOM Element to use.
Returns:
a populated Col object. Caller must cast.
Throws:
java.lang.Exception - if there was a problem creating the Col object.