| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]()
|
| Appendix M Java APIs Used in V6.0L20 and Earlier | > M.1 ShunSearch Class |
FunctionThis method performs a search according to the specified parameter and obtains the number of hits.
Syntax
void executeSearch1(
String Query /* (1) Search expression */
); |
Return ValueNone.
Parameters
(1) Search expressionSpecify the search expression using Unicode.
Ensure that the size of the search expression is between 1 and 65,535 bytes inclusive.
Refer to B.3 Search Expressions for details on search expressions.
Exceptions
ShunExceptionThis is output when an error occurs during the search process.
Refer to M.4 Error Codes Output for details on error codes.
Contents
Index
![]()
|