dam_getValueTypeOfExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method gets the value type of the argument passed into a scalar function implemented by the IP. This method is used when the output type of the scalar function is determined based on an argument type.
Use the methods dam_getFirstValExp and dam_getNextValExp to step through the argument list.
int dam_getValueTypeOfExp(
long pMemTree,
long hValExpList,
long hValExp)
Parameters for dam_ValueTypeOfExp
| Parameter | Type | Description |
| INPUT | ||
| pMemTree | long | The memory tree to use for temporary storage. |
| hValExpList | long | The list of arguments as passed into the scalar function. |
| hValExp | long | The argument for which you want to retrieve the data. |
| RETURN | ||
| int | The data type of the value expression. See Table OpenAccess SDK Data Types and Java Type When Adding Value. | |