Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jbreport.data

Interface Summary
Aggregate.Aggregatable This is the interface that actually does all the work during data expansion.
PhysicalConnection This interface defines the contract that is required for the class to be pluggable into a Datasource instance.
QueryResult This interface is meant as a thin wrapper over classes like resultsets.
 

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.