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 |
After executeSearch2 is executed, if the number of reply records is one or greater, this method obtains data corresponding to the conductor control information and record identifier specified in the parameters.
void executeSearch3( String cond_CntlInfo[], /* (1) Conductor control information */ String rec_ID[] /* (2) Record identifier */ ); |
None.
Specify the conductor control information items obtained by the getRecNo method, in the order in which the corresponding record information is to be received.
Use Unicode as the characters to be set.
Specify the record identifiers obtained by the getRecNo method, in the order in which the corresponding record information is to be received.
Use Unicode as the characters to be set.
This is output when an error occurs during the search process.
Refer to M.4 Error Codes Output for details on error codes.
Contents
Index
![]() ![]() |