planetj.database.report
Class OverallReportBreak

java.lang.Object
  |
  +--planetj.database.report.ReportBreak
        |
        +--planetj.database.report.OverallReportBreak
All Implemented Interfaces:
Serializable

public class OverallReportBreak
extends ReportBreak

A special kind of ReportBreak which operates on all of the Rows returned by an SQL query, and not a subset of those Rows. This kind of ReportBreak does not have a BreakColumn, since it only appears after all of the data Rows in a RowCollection group.

See Also:
Serialized Form

Constructor Summary
OverallReportBreak(ReportBreakCollection prbc, String pColumnFunctionToken, List pFieldDescriptors)
          OverallReportBreak constructor comment.
 
Method Summary
 OverallReportBreak getOverallReportBreak()
          Returns this same object
 boolean isOverallReportBreak()
          This is an OverallReportBreak
 
Methods inherited from class planetj.database.report.ReportBreak
equals, getBreakColumn, getColumnFunctionToken, getFieldNames, getIndex, getLastValue, getReportBreakCollection, getRows, hashCode, processRow, reset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverallReportBreak

public OverallReportBreak(ReportBreakCollection prbc,
                          String pColumnFunctionToken,
                          List pFieldDescriptors)
                   throws DataEngineException
OverallReportBreak constructor comment.

Parameters:
prbc - planetj.database.report.ReportBreakCollection
pColumnFunctionToken - java.lang.String
pFieldDescriptors - java.util.List
Throws:
DataEngineException - The exception description.
Method Detail

getOverallReportBreak

public OverallReportBreak getOverallReportBreak()
Returns this same object

Overrides:
getOverallReportBreak in class ReportBreak

isOverallReportBreak

public boolean isOverallReportBreak()
This is an OverallReportBreak

Overrides:
isOverallReportBreak in class ReportBreak