| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]()
|
| Appendix K XML Conversion Function APIs | > K.2 CSVSource Class |
FunctionThis method specifies if the method used to maintain data in the CSV ResultSet should be changed from sequential reading to memory loading.
Syntax
public void setRandomMode(
boolean aFlag /* (1) Load into memory */
) |
Return ValueNone
Parameters
(1) Load into memorySpecifies whether to change the method used to maintain data in the CSV ResultSet from sequential reading to memory loading.
true - to change from sequential reading to memory loading
false - will not change
ExceptionsNone
Note on setRandomModeIf this method is not used, data in the CSV ResultSet will be read sequentially.
Contents
Index
![]()
|