dori.jasper.engine
Class JRResultSetDataSource

java.lang.Object
  extended bydori.jasper.engine.JRResultSetDataSource
All Implemented Interfaces:
JRDataSource

public class JRResultSetDataSource
extends java.lang.Object
implements JRDataSource


Constructor Summary
JRResultSetDataSource(java.sql.ResultSet rs)
           
 
Method Summary
 java.lang.Object getFieldValue(JRField field)
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRResultSetDataSource

public JRResultSetDataSource(java.sql.ResultSet rs)
Method Detail

next

public boolean next()
             throws JRException
Specified by:
next in interface JRDataSource
Throws:
JRException

getFieldValue

public java.lang.Object getFieldValue(JRField field)
                               throws JRException
Specified by:
getFieldValue in interface JRDataSource
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.