dam_isSearchPatternObject
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method checks if any of the arguments of the schema object have pattern values.
int dam_isSearchPatternObject(Object pSearchObj)
Parameters for dam_isSearchPatternObject
| Parameter | Type | Description |
| IN | ||
| pSearchObj | Object | The schema search Java object. |
| RETURN | ||
| int | 1 - pattern values are in at least one argument. 0 - pattern values are not in any argument. |
|