-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support invoking Oracle stored procedure #1246
Comments
the jdbc-client version of this client has an API for this, the API for declaring out parameters I think is ok (using a special parameter declaring an out/inout), however the API to get stored procedure for out parameters is not the best (using a property) and perhaps could be improved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Including using
OUT
parametersFor Oracle and such.
See https://stackoverflow.com/questions/74145676/how-to-set-out-parameter-in-java-quarkus-reactive-client
The text was updated successfully, but these errors were encountered: