Package planetj.database.report

Class Summary
ColumnAverage The column averaging function
ColumnCount The column count function
ColumnFunction Represents a function that operates on a column of values in a table
ColumnMax The column max function
ColumnMin The column min function
ColumnSum The column summing function
OverallReportBreak A special kind of ReportBreak which operates on all of the Rows returned by an SQL query, and not a subset of those Rows.
ReportBreak Defines how and where reports should be generated for a RowCollection.
ReportBreakCollection A grouping of ReportBreaks
ReportBreakRow Insert the type's description here.
ReportBreakRowCollection A RowCollection which knows how to generate report breaks.
ReportPropertyGroup Contains Property objects which specify one or more ReportBreak objects.