You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Ken Katsma (JIRA)" <ib...@incubator.apache.org> on 2005/03/30 18:40:19 UTC

[jira] Created: (IBATIS-96) Support for JDBC 3 Named parameters

Support for JDBC 3 Named parameters
-----------------------------------

         Key: IBATIS-96
         URL: http://issues.apache.org/jira/browse/IBATIS-96
     Project: iBatis for Java
        Type: New Feature
  Components: SQL Maps  
    Reporter: Ken Katsma
    Priority: Minor


JDBC 3 now supports the ability to assign parameters by name in a procedure call.  The parameter map could be expanded to support assigning a name for the parameter, a la:

<parameterMap id=”insert-product-param” class=”com.domain.Product”>
<parameter property=”description” parameter="desc" />
<parameter property=”id” parameter="productId" />
</parameterMap>

Thanks,

Ken


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira