public class ResultSetGenerator extends Object
A Drools template compiler which takes a ResultSet and compiles it into a template using DefaultTemplateContainer.
To use simply you need a JDBC ResultSet - with the field names mapping to the field names used in the template !Constructor and Description |
---|
ResultSetGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
closeStream(InputStream stream) |
String |
compile(ResultSet rs,
InputStream templateStream)
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
compile(ResultSet rs,
String template)
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
compile(ResultSet rs,
TemplateDataListener listener)
Generates DRL from a data provider for the spreadsheet data and templates.
|
void |
newCell(List<DataListener> listeners,
int row,
int column,
String value,
int mergedColStart) |
public String compile(ResultSet rs, String template)
rs
- the resultset for the table datatemplate
- the string containing the template resource namepublic String compile(ResultSet rs, InputStream templateStream)
rs
- the resultset for the table datatemplateStream
- the InputStream for reading the templatespublic String compile(ResultSet rs, TemplateDataListener listener)
rs
- the resultset for the table datalistener
- a template data listenerpublic void newCell(List<DataListener> listeners, int row, int column, String value, int mergedColStart)
protected void closeStream(InputStream stream)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.