skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : 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(
int64 hstmt,
StringBuilder pszCatalog,
StringBuilder pszOwner,
StringBuilder pszProcName,
StringBuilder pszUserData)
 
Table 116: Parameters for dam_describeProcedure 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle of the currently active statement
OUT
 
 
pszCatalog
StringBuilder
The qualifier as entered in the OA_PROC table
pszOwner
StringBuilder
The owner as entered in the OA_PROC table
pszProcName
StringBuilder
The name of the procedure
pszUserData
StringBuilder
The OA_USERDATA as entered in the OA_PROC table. This can be any string that the IP wants to know about the procedure.