Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_describeProcedure

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 9.0
    • Documentation

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)

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.
TitleResults for “How to create a CRG?”Also Available inAlert