vertx-sql-client
vertx-sql-client copied to clipboard
Support invoking Oracle stored procedure
Including using OUT parameters
For Oracle and such.
See https://stackoverflow.com/questions/74145676/how-to-set-out-parameter-in-java-quarkus-reactive-client
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.