Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: add new API for the feature of Result Set Column Binding

- Summary:
Add new API for the feature of Result Set Column Binding


- Bugzilla Bug (s) Resolved:
[131008] Support Result Set Column Binding in Data Engine (partially)


- Description:
This check-in only includes the new API part, without the implementation. I will send another mail when the implementation is done. To not break existing code, the old APIs are kept, but they are marked deprecated.


- Tests Description:
Unit test


- Files Edited:
/org.eclipse.birt.data/
src/org/eclipse/birt/data/engine/api/IBaseTransform.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IBaseExpression.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IResultIterator.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/BaseTransform.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/ResultIterator.java

 

/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/script/RowDataTest.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top