|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportBreakCollection | |
planetj.database | |
planetj.database.report | |
planetj.dataengine.sqloperation |
Uses of ReportBreakCollection in planetj.database |
Methods in planetj.database that return ReportBreakCollection | |
ReportBreakCollection |
SQLContext.getReportBreakCollection()
Gets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext |
Methods in planetj.database with parameters of type ReportBreakCollection | |
SQLContext |
SQLContext.setReportBreakCollection(ReportBreakCollection newReportBreakCollection)
Sets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext |
Uses of ReportBreakCollection in planetj.database.report |
Methods in planetj.database.report that return ReportBreakCollection | |
static ReportBreakCollection |
ReportBreakCollection.createReportBreakCollection(PropertyGroupList pProperties)
Creates a new ReportBreakCollection from a PropertyGroupList containing properties which specify a ReportBreakCollection. |
ReportBreakCollection |
ReportBreak.getReportBreakCollection()
Gets the ReportBreakCollection which contains this ReportBreak |
Methods in planetj.database.report with parameters of type ReportBreakCollection | |
void |
ReportPropertyGroup.addReportBreaks(ReportBreakCollection pRBC)
Populates a ReportBreakCollection with ReportBreak objects, based on the Properties contained in this ReportPropertyGroup. |
Constructors in planetj.database.report with parameters of type ReportBreakCollection | |
ReportBreak(ReportBreakCollection prbc,
String pColumnFunctionToken,
List pFieldNames,
String pBreakColumnName)
ReportBreak constructor |
|
OverallReportBreak(ReportBreakCollection prbc,
String pColumnFunctionToken,
List pFieldDescriptors)
OverallReportBreak constructor comment. |
Uses of ReportBreakCollection in planetj.dataengine.sqloperation |
Methods in planetj.dataengine.sqloperation that return ReportBreakCollection | |
ReportBreakCollection |
SQLOperation.getReportBreakCollection()
Gets the ReportBreakCollection associated with this SQLOperation (may be null) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |