skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_describeProcedure
 

dam_describeProcedure

This method is called from ipProcedure to get information about the stored procedure for which the IP has been called. Pass in NULL for any descriptor in which you have no interest.
void dam_describeProcedure(
     long         hstmt,
     StringBuffer pszCatalog,
     StringBuffer pszOwner,
     StringBuffer pszProcName,
     StringBuffer pszUserData)
Table 150. Parameters for dam_describeProcedure
Parameter
Type
Description
INPUT
hstmt
long
The statement handle of the currently active statement.
OUTPUT
pszCatalog
StringBuffer
The qualifier as entered in the OA_PROC table.
pszOwner
StringBuffer
The owner as entered in the OA_PROC table.
pszProcName
StringBuffer
The name of the procedure.
pszUserData
StringBuffer
The OA_USERDATA as entered in the OA_PROC table. This can be any string that the IP wants to know about the procedure.