| 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 |
FunctionSpecifies the method used to enter delimiter characters, quotation mark characters, and the backslash (\) as data
Syntax
public void setEnableEscapeChar(
boolean aFlag /* (1)Data entry method specification for delimiter characters, quotation mark characters, and the backslash (\) */
) |
Return valueNone
Parameters
(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.
ExceptionsNone
Note on setEnableEscapeCharIf this method is not used, operation is the same as when "true" is specified in the arguments.
Contents
Index
![]()
|