|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.report.ReportBreak
planetj.database.report.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. This kind of ReportBreak does not have a BreakColumn, since it only appears after all of the data Rows in a RowCollection group.
Nested Class Summary |
Nested classes inherited from class planetj.database.report.ReportBreak |
ReportBreak.ReportBreakSpacingRow |
Constructor Summary | |
OverallReportBreak()
OverallReportBreak default constructor |
|
OverallReportBreak(ReportBreakCollection prbc,
java.lang.String pColumnFunctionToken,
java.util.List pFieldDescriptors)
Deprecated. Use the default constuctor instead |
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, isGenerateReportForSingleRow, processRow, reset |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OverallReportBreak()
public OverallReportBreak(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldDescriptors) throws DataEngineException
prbc
- planetj.database.report.ReportBreakCollectionpColumnFunctionToken
- java.lang.StringpFieldDescriptors
- java.util.List
DataEngineException
- The exception description.Method Detail |
public OverallReportBreak getOverallReportBreak()
getOverallReportBreak
in class ReportBreak
public boolean isOverallReportBreak()
isOverallReportBreak
in class ReportBreak
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |