Having issues calling below function and retrieving the result. Can some help
(esp with XML set up )


CREATE FUNCTION test_function (param int) RETURNS int
BEGIN
        
        RETURN param + 1;
END;



Thanks
-- 
View this message in context: 
http://old.nabble.com/Calling-MySql-function-using-IBatis-3-tp27174759p27174759.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to