10.5.3 getEncodeLang()
- Organization of this subsection
(1) Function
This method acquires the name of the conversion character set that was specified in the setEncodeLang method.
(2) Format
public synchronized String getEncodeLang() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the name of the conversion character set. If the setEncodeLang method has not been executed, the method returns null.
(5) Exceptions
None.