Hello Kerry,
Thanks for your feedback.
I think you may not get my question clearly. No prob, Let me Re-explain you again.
I dont want to convert whole SQL function logic into java code. I want to use my existing SQL function/procedure in H2 database. Is it possible without converting in java code because in real life, there are situation where we cannot always convert whole long function/procedure in java code for time concern and maintance?
"In addition to the built-in functions, this database supports user-defined Java functions."
Does it mean that we cannot write long SQL function/procedure in H2 database which is purely database function/procedure without replicating same logic in java?
With Regards,
Suresh.