How can I set input parameter in a query using Plain API?
![]()
Hi,
I've a query that require an input parameter when launched. How can I set this parameter when launching the query with plain api? I've found this method on the IQueryDescriptor : setParameterValue but it is deprecated and in the javadoc is said "DO NOT USE -- Will be replaced". Is there another way to set it? Should I use this method assuming to change-it in future release (I'm working with 5.0.2). Thanks, Michele. |