Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Support output parameter can be referred by outputParams["name"] or outputParams[index]

- Summary:
Support output parameter can be referred by outputParams["name"] or outputParams[index]

 

- Bugzilla Bug (s) Resolved:
102349: Support for Oracle Stored Procedure as Data Set Type


- Description:
Stored procedure was supported a couple of days ago. This check in is to support how output parameters can be referred in report. The approach is that like how to refer row in report, output parameter can be referred by using outputParams["name"] or outputParams[index] which starts from 1.


- Tests Description:
Manual Junit test.


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java

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

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odi/IPreparedDSQuery.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java

 

/org.eclipse.birt.data/BuildData.xml

 

- Files Added:

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSOutputParams.java

 

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/OutputParamManualTest.java

 

- 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