ne 2009 11:45 PM
To: user-java@ibatis.apache.org
Subject: Multiple parameters in sqlmap parameters.
Please excuse me if this turns out to be a dumb question.
Is it possible to do something simple like pass two int parameters into a
statement?
These are the examples I see in the manual:
One simpl
Actually, the easiest way to handle the same thing is to put both
parameters into a Map (HashMap works nicely), and pass the Map as the
single parameter that iBATIS methods take.
Hope This Helps,
Jeff Stahl
NathanM wrote:
Please excuse me if this turns out to be a dumb question.
Is it poss
two ints?
Nathan
--
View this message in context:
http://www.nabble.com/Multiple-parameters-in-sqlmap-parameters.-tp23822891p23822891.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.