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 |
This method specifies if the method used to maintain data in the CSV ResultSet should be changed from sequential reading to memory loading.
public void setRandomMode( boolean aFlag /* (1) Load into memory */ ) |
None
Specifies 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
None
If this method is not used, data in the CSV ResultSet will be read sequentially.
Contents
Index
![]() ![]() |