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.9 setEnableEscapeChar

mark1Function

Specifies the method used to enter delimiter characters, quotation mark characters, and the backslash (\) as data

mark1Syntax

public void setEnableEscapeChar(
    boolean   aFlag             /* (1)Data entry method specification for delimiter characters, quotation mark characters, and the backslash (\)  */
)

mark1Return value

None

mark1Parameters

mark2(1) Data entry method for delimiter characters, quotation mark characters, and the backslash (\)

Specifies the method used to enter delimiter characters, quotation mark characters, and the backslash (\) as data.

Two methods are available for entering the above characters as data. The entry method used depends on the value of the aFlag parameter as follows:

False: Use the following entry methods for the various characters:

True: Add a backslash (\) before the character.

Refer to 12.8 CSV Formats Supported by the XML Conversion Function for details on how to enter delimiter characters, quotation mark characters, and the backslash (\) as data.

mark1Exceptions

None

mark1Note on setEnableEscapeChar

If this method is not used, operation is the same as when "true" is specified in the arguments.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006