|
Class Summary |
| AbstractQueryResult |
This helper class is designed to make it easier for applications to define
a concrete QueryResult class. |
| AggregatableSum |
The summing Aggregatable class. |
| Aggregate |
This performs operations on groups of data in the report, all of which are
strongly typed. |
| Datasource |
This represents a source of data. |
| JavaPhysicalConnection |
This is used to extract a database connection from an existing application
connection. |
| JDBCPhysicalConnection |
This is used to create a new connection to a JDBC database. |
| Query |
This provides for a named query to be captured from an xml definition. |
| RegisteredBreak |
This is used to provide easy access to BreakEventListener's and their
associated ReportBreak validators. |
| ResultSetAdapter |
This is an adapter for a ResultSet to make it compatible for the QueryResult
interface. |