org.dbforms.servlets.reports
Class JRDataSourceRSV

java.lang.Object
  extended by org.dbforms.servlets.reports.AbstractJRDataSource
      extended by org.dbforms.servlets.reports.JRDataSourceRSV
All Implemented Interfaces:
net.sf.jasperreports.engine.JRDataSource

public final class JRDataSourceRSV
extends AbstractJRDataSource

use a ResultSetVector as data source.


Constructor Summary
JRDataSourceRSV(Map attributes, ResultSetVector rsv)
          Constructor for JRDataSourceRSV.
 
Method Summary
 Object getFieldValue(String fieldName)
           
 boolean next()
           
 
Methods inherited from class org.dbforms.servlets.reports.AbstractJRDataSource
getAttributes, getFieldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRDataSourceRSV

public JRDataSourceRSV(Map attributes,
                       ResultSetVector rsv)
Constructor for JRDataSourceRSV.

Parameters:
rsv - DOCUMENT ME!
pageContext - DOCUMENT ME!
Method Detail

next

public boolean next()
             throws net.sf.jasperreports.engine.JRException
Specified by:
next in interface net.sf.jasperreports.engine.JRDataSource
Specified by:
next in class AbstractJRDataSource
Throws:
net.sf.jasperreports.engine.JRException
See Also:
JRDataSource.next()

getFieldValue

public Object getFieldValue(String fieldName)
Specified by:
getFieldValue in class AbstractJRDataSource


Copyright © 2002-2006 DbForms. All Rights Reserved.