Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created July 4, 2017 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/4482044bff6784e7285f52cffad856e7 to your computer and use it in GitHub Desktop.
Save marianogonzalez/4482044bff6784e7285f52cffad856e7 to your computer and use it in GitHub Desktop.
<db:stored-procedure config-ref="dbConfig">
<db:sql>{ call doubleMyInt(:myInt) }</db:sql>
<db:in-out-parameters>
<db:in-out-parameter key="myInt" value="3"/>
</db:in-out-parameters>
</db:stored-procedure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment