Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Parameters:
t4LogFile - The Type 4 log file location. If the parameter is null, then the T4LogFile is set to the global
log file.
See Also:
getT4LogFile(), Logger
getT4LogFile
public java.lang.String getT4LogFile()
Returns the Type 4 log file location associated with the current Type 4 connection.
Returns:
The Type 4 log file location.
See Also:
setT4LogFile(String)
setISO88591
public void setISO88591(java.lang.String lang)
Sets the character set to use when encoding or decoding a Java String from a HP Neoview Database data item
described with the ISO88591 character set.
Parameters:
lang - A supported java.io character set encoding
See Also:
getISO88591()
getISO88591
public java.lang.String getISO88591()
Returns the ISO88591 character set mapping associated with the current Type 4 connection.
Returns:
The ISO88591 character set mapping.
See Also:
setISO88591(String)
setKANJI
public void setKANJI(java.lang.String lang)
Sets the character set to use when encoding or decoding a Java String from a HP Neoview Database data item
described with the KANJI character set.
Parameters:
lang - A supported java.io character set encoding
See Also:
getKANJI()