BasicDataSource doesn't include CallableStatement Pooling
---------------------------------------------------------
Key: DBCP-204
URL: http://issues.apache.org/jira/browse/DBCP-204
Project: Commons Dbcp
Issue Type: New Feature
Environment: All
Reporter: Wei Chen
Priority: Minor
Hello =)
I had explored DBCP source code to cook for my project need recently.
As it's said that the Database Connection Pool (DBCP) component can be used in
applications where JDBC resources need to be pooled.
"Apart from JDBC connections, this provides support for pooling Statement and
PreparedStatement instances as well."
I am curious that why it does not support for pooling CallableStatement.
Does anybody know why the developer did not implement this furture?Are there
some special consideration or some reason else?
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]