Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [117615] DtE odaconsumer now handles unsupported exception of oda.IQuery.GetParameterMetaData()

Title: CHECKIN: [117615] DtE odaconsumer now handles unsupported exception of oda.IQuery.GetParameterMetaData()

Summary:
ODA Consumer should handle Unsupported exception of oda.IQuery.GetParameterMetaData()

Bugzilla Entry(ies) Resolved:
117615

Description:
If an ODA driver is not capable of providing the metadata of a query's
parameters, it may throw an UnsupportedOperationException or return null in its
IQuery.GetParameterMetaData() method implementation.
These 2 different types of response have no functional difference from the BIRT
consumer perspective.

Therefore, the BIRT Data Engine odaconsumer should encapsulate the differences
to make it easier for other BIRT components to handle.

Tests Description:
Tested with JUnit tests

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data/
        src/org/eclipse/birt/data/engine/odaconsumer/
                PreparedStatement.java

Files Added:
None.

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.


Back to the top