REF CURSOR Parameters in an OracleDataReader This example executes a PL/SQL stored procedure that returns a REF CURSOR parameter, and reads the value as an ...
Listing 1. JDBC code to access a REFCURSOR. // Specify your stored procedure // '?' is a place holder for REFCURSOR variable CallableStatement stmt = con.prepareCall ...
An AsyncCursor object can be created with :meth:`AsyncConnection.cursor()`. Unless explicitly noted as synchronous, the AsyncCursor methods should be used with await. This object is an extension to ...