Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Map parameters by name in CallableStatement #684

Open
GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments
Open

Map parameters by name in CallableStatement #684

GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

It would be helpful to our organization if parameters inside a 
CallableStatement could be mapped using their name.

cs.setString("paramName", "value");

Such parameter name could be specified with an optional attribute inside 
parameterMap, such as "name".


This would allow our SQL team to remove or add optional parameters without 
breaking our java applications that are using mybatis.

Thanks,
Alex

Original issue reported on code.google.com by beaupr...@hotmail.com on 28 Sep 2012 at 2:39

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant