Package net.sf.jasperreports.engine.data
Interface RandomAccessDataSource
- All Superinterfaces:
JRDataSource
,JRRewindableDataSource
- All Known Implementing Classes:
AbstractXmlDataSource
,JaxenXmlDataSource
,JRXmlDataSource
,JsonDataSource
,JsonQLDataSource
,XalanXmlDataSource
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Methods inherited from interface net.sf.jasperreports.engine.JRDataSource
getFieldValue, next
Methods inherited from interface net.sf.jasperreports.engine.JRRewindableDataSource
moveFirst
-
Method Details
-
recordCount
- Throws:
JRException
-
currentIndex
int currentIndex() -
moveToRecord
- Throws:
JRException
-