OASQLIP_procedures
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function makes a result set available with procedures that match the criteria specified by the input arguments. The result set must match the OA_PROC table definition.
int OASQLIP_procedures(
SQLIP_HSTMT sqlip_hstmt,
OAWCHAR * sQual,
OADS_SMALLINT QualLen,
OAWCHAR * sOwner,
OADS_SMALLINT OwnerLen,
OAWCHAR * sOAName,
OADS_SMALLINT NameLen)
Parameters for OASQLIP_procedures
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hstmt | SQLIP_HSTMT | Statement handle. |
| sQual | OAWCHAR * | Qualifier name used to narrow down the search. When set to NULL, the parameter is ignored for search. |
| QualLen | OADS_SMALLINT | Length of the qualifier name in characters. |
| sOwner | OAWCHAR * | Owner name used to narrow down the search. When set to NULL, the parameter is ignored for search. This is a pattern value argument. |
| OwnerLen | OADS_SMALLINT | Length of the owner name in characters. |
| sOAName | OAWCHAR * | Procedure name used to narrow down the search. When set to NULL, the parameter is ignored for search. This is a pattern value argument. |
| NameLen | OADS_SMALLINT | Length of the procedure name in characters. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |