spwrap
spwrap copied to clipboard
support cache compiled call statement
Each time the stored procedure is being called, there's a compilation step happening:
https://github.com/mhewedy/spwrap/blob/7384f0c8651302533c695fdd411dc8f1f82edc36/src/main/java/spwrap/Caller.java#L211-L223
So instead of doing such activity eachtime, spwrap can cache such calculations. (spring stored procedure do)