Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

18.7.38 getEncodeLang

(a) Function

Gets the conversion character set for data conversion name that was set.

(b) Format
 
public String getEncodeLang()
 
(c) Arguments

None.

(d) Return value

String
Conversion character set name (if a conversion character set name has not been specified by the setEncodeLang method, the method returns the null value)
(e) Functional detail

Returns the conversion character set name that was set by the setEncodeLang method.

(f) Exceptions

None.