UDDIProxy:
setOption method
Description
Sets UDDI search options for match precision, case sensitivity,
result sort order, and the maximum number of rows returned.
Syntax
1 |
<span>proxy</span>.<span>setoption</span> (boolean <span>exactMatch</span>, boolean <span>caseSensitive</span>, integer <span>sort</span>, integer <span>maxRow</span>) |
Argument |
Description |
---|---|
proxy |
The name of the UDDIProxy object. |
exactMatch |
If true, search returns exact matches |
caseSensitive |
If true, search result must match the |
sort |
Determines whether or how search results
|
maxRow |
Maximum number of items a search can |
Return Values
Integer. Valid values are 1
for
success, and 0
for failure.
Examples
The following code sets options for case sensitivity
and the maximum number of rows returned:
1 |
ret = proxy.<span>setoption</span> (false, true, 0, 5) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest