Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: a little change to the method sigature of data adaptor

- Summary:
A little change to the method signature of data adaptor


- Bugzilla Bug (s) Resolved:
N/A


- Description:

There are two methods defined in DataRequestSession to do query execution. In old implementation, the parameters for both two methods are similar, but their data types are not consistent in order. To make it easy for use, do a little change to the signature of one method. The client code of other projects is also updated.


- Tests Description:
Manual Test

 - Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java

/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java

 

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ExpressionValueCellEditor.java

 

- Files Added:

N/A 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top