H2 does not implement in/out parameters, you'd either need to
(a) pass some kind of carrier object into the method that could be updated,
(b) return your data in a carrier object
(c) return your data in a result set

On 2012-06-25 15:42, steve.ebersole wrote:
Following along with http://www.h2database.com/html/features.html#user_defined_functions I am trying to create a stored procedure that will "return" some results. The link I mentioned makes no real distinction between functions and procedures, so I am assuming that procedures simply have a void return?

Ultimately, I am uncertain how to handle OUT/INOUT parameters. Is that possible in H2?
--
You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/XbnFQg-ZES4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to