| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
| net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
| net.sf.jasperreports.engine.query |
Provides support for report queries and query executers.
|
| net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
| Modifier and Type | Method and Description |
|---|---|
JRQueryChunk[] |
JRQuery.getChunks() |
| Modifier and Type | Class and Description |
|---|---|
class |
JRBaseQueryChunk |
| Modifier and Type | Method and Description |
|---|---|
JRQueryChunk[] |
JRBaseQuery.getChunks() |
| Modifier and Type | Method and Description |
|---|---|
protected JRBaseQueryChunk |
JRBaseObjectFactory.getQueryChunk(JRQueryChunk queryChunk) |
| Constructor and Description |
|---|
JRBaseQueryChunk(JRQueryChunk queryChunk,
JRBaseObjectFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRDesignQueryChunk |
| Modifier and Type | Field and Description |
|---|---|
protected List<JRQueryChunk> |
JRDesignQuery.chunks |
| Modifier and Type | Method and Description |
|---|---|
JRQueryChunk[] |
JRDesignQuery.getChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignQuery.setChunks(List<JRQueryChunk> chunks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRAbstractQueryExecuter.appendQueryChunk(StringBuffer sbuffer,
JRQueryChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
String |
JRQueryParser.asText(JRQueryChunk[] chunks)
(Re)creates the query text from a list of chunks.
|
Copyright © 2017. All rights reserved.