Uses of Class
planetj.database.report.ReportBreak

Packages that use ReportBreak
planetj.database.report   
 

Uses of ReportBreak in planetj.database.report
 

Subclasses of ReportBreak in planetj.database.report
 class 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.
 

Methods in planetj.database.report that return ReportBreak
 ReportBreak ReportBreakRow.getReportBreak()
          Gets the ReportBreak from which this Row was generated
 ReportBreak ReportBreakCollection.addNewReportBreak(String pColumnFunctionToken, List pFieldNames, String pBreakColumnName, boolean pAddOverall)
          Creates a new ReportBreak and adds it to this ReportBreakCollection.
 

Methods in planetj.database.report with parameters of type ReportBreak
 boolean ReportBreakCollection.addReportBreak(ReportBreak pRB)
          Adds a ReportBreak to this ReportBreakCollection, but only if it isn't already present.
 boolean ReportBreakCollection.addReportBreak(ReportBreak pRB, int pIndex)
          Adds a ReportBreak to this ReportBreakCollection at the specified index, but only if it isn't already present.
 int ReportBreakCollection.indexOf(ReportBreak pRB)
          Returns the index of the ReportBreak among *ALL* report breaks in this ReportBreakCollection, or -1 if the ReportBreak is not part of this ReportBreakCollection