Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix K XML Conversion Function APIs> K.2 CSVSource Class

K.2.7 setRandomMode

mark1Function

This method specifies if the method used to maintain data in the CSV ResultSet should be changed from sequential reading to memory loading.

mark1Syntax

public void setRandomMode(
    boolean   aFlag                    /* (1) Load into memory          */
)

mark1Return Value

None

mark1Parameters

mark2(1) Load into memory

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

mark1Exceptions

None

mark1Note on setRandomMode

If this method is not used, data in the CSV ResultSet will be read sequentially.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006