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

Reply via email to