vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Support invoking Oracle stored procedure

Open tsegismont opened this issue 3 years ago • 1 comments

Including using OUT parameters

For Oracle and such.

See https://stackoverflow.com/questions/74145676/how-to-set-out-parameter-in-java-quarkus-reactive-client

tsegismont avatar Oct 21 '22 07:10 tsegismont

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.

vietj avatar Dec 04 '23 11:12 vietj