Package | Description |
---|---|
net.sf.reportengine.in |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTableInput
Report Input implementation based on a 2 dimensional in memory array
|
class |
IntermediateCrosstabReportTableInput
Intermediate input.
|
class |
JdbcResultsetTableInput |
class |
SqlConnectionTableInput |
class |
SqlTableInput
Report Input implementation for database queries
There are two ways of setting up this data provider : Use case 1: providing database url, driver class , user and password Use case 2: providing a connection |
class |
TextTableInput
Report input implementation for streams (files, urls, etc) backed by a
java.io.BufferedReader
By default this implementation expects a comma (,) as data separator but you can use the #setSeparator(String) method to specify whatever separator you want |
Copyright © 2006–2015. All rights reserved.