...
DDBAPI automatically binds the values you provide to the corresponding placeholders in the prepared query.
Calling Stored Procedure in the Database
To invoke stored procedure in the database, you can employ the DBMS query language as follows:
...