Code-set conversion for TEXT and CLOB data types

HCL OneDB™ JDBC Driver does not automatically convert between code sets for TEXT, BYTE, CLOB, and BLOB data types.

You can convert between code sets for TEXT and CLOB data types in one of the following ways:
  • You can automate code-set conversion for TEXT or CLOB data between the client and database locales by using the IFX_CODESETLOB environment variable.
  • You can convert between code sets for TEXT data by using the getBytes(), getString(), InputStreamReader(), and OutputStreamWriter() methods.