OASQLIP_types
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function makes a result set available with data types that match the criteria specified by the input arguments.
int OASQLIP_types(
SQLIP_HSTMT sqlip_hstmt,
OADS_SMALLINT type)
Parameters for OASQLIP_types
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hstmt | SQLIP_HSTMT | Statement handle. |
| type | OADS_SMALLINT | Data type to match. It can be SQL_ALL_TYPES, indicating type information for all data types to be returned. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |