Call stored procedure with and without input and output arguments
This function calls a stored procedure that has no input arguments, no output arguments, or any combination of input and output arguments. Define and instantiate this stored procedure in your database.
You can use this function if you connect to your database using
a JDBC driver. For details, see Connecting to Database. If you are using the native
ODBC interface to connect to your database, use exec
to call the stored procedure.