A new method in CommonDataSource added which is not present in jdbc4 stub
classes
----------------------------------------------------------------------------------
Key: DERBY-1051
URL: http://issues.apache.org/jira/browse/DERBY-1051
Project: Derby
Type: Improvement
Environment: all
Reporter: Anurag Shekhar
A new method getQueryObjectGenerator is added in CommonDataSource. This effects
all the DataSource (XADataSource, PooledDataSource and DataSource). Because of
this new method we will need to have seperate classes for all the DataSouce
Implementation for jdbc4 and privious version as the return type
QueryObjectGenerator is a class introduced in jdbc4.
Spec allows the implementation to return null if no QueryObjectGenerator
implementation is provided by the driver.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira