About

Friday, October 21, 2022

Calling Procedures with Default Parameters using JDBC or jOOQ

Using jOOQ’s code generator to call stored procedures is a popular reason to use jOOQ. For example, when you have a procedure like the following Oracle PL/SQL procedure: jOOQ will generate code for you to call very simply, like this: This will execute the following, taking care of binding all IN and OUT parameters for … Continue reading Calling Procedures with Default Parameters using JDBC or jOOQ

from Java, SQL and jOOQ. https://ift.tt/ELKDeRJ
via IFTTT

No comments:

Post a Comment