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

getKANJI
public java.lang.String getKANJI()
Returns the KANJI character set mapping associated with the current Type 4 connection.
Returns:
The KANJI character set mapping.
See Also:
setKANJI(String)
setKSC5601
public void setKSC5601(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 KSC5601 character set.
Parameters:
lang - A supported java.io character set encoding
See Also:
getKSC5601()
getKSC5601
public java.lang.String getKSC5601()
Returns the KSC5601 character set mapping associated with the current Type 4 connection.
Returns:
The KSC5601 character set mapping.
See Also:
setKSC5601(String)
setTranslationVerification
public void setTranslationVerification(java.lang.String value)
Sets the translation verification property. If the value is TRUE, then the driver will generate SQLExceptions
when errors in translation are encountered. The default is FALSE.
Parameters:
value - TRUE or FALSE
See Also:
getTranslationVerification()
setTranslationVerification