[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 163311 --- Add API IRowSet.isEmpty to Report Engine.
|
Title: [birt-dev]CheckIn: Fix Bugzilla Bug 163311 --- Add API IRowSet.isEmpty to Report Engine.
- Summary:
Add IRowSet.isEmpty() in Report Engine.
- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 163311 --- Add API IRowSet.isEmpty to Report Engine.
- Description:
Chart team need to use isEmpty().
True if the row set is empty, otherwise, false.
- Tests Description :
Manual Test.
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowSet.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/IResultSet.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteResultSet.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/RowSet.java"
"/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/script/RowDataTest.java"
- Files Added:
- Files Deleted
-Wei Zhao( Shanghai )