JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.2.1
KANJI
The KANJI character-set mapping property corresponds to the SQL/MX KANJI character set, which
is a double-byte character set widely used on Japanese mainframes. This property is a subset of
Shift JIS -- the double character portion. The encoding for this property is bigendian. Set this property
on a DataSource object, ConnectionPoolDataSource object, or DriverManager object.
Data type: String
Default: SJIS (which is shift-JIS, Japanese)
For example, java –Dt4sqlmx.KANJI=SJIS
For more information, see “Internationalization (I18N) Support” (page 28).
KSC5601
The KSC5601 character-set mapping property corresponds to the SQL/MX KSC5601 character
set, which is a double-byte character set. Set this property on a DataSource object,
ConnectionPoolDataSource object, or DriverManager object.
Data type: String
Default: ECU_KR (which is KS C 5601, ECU encoding, Korean)
The value can be any valid Java Canonical Name as listed in the "Canonical Name for java.io
and java.lang API" column of the Oracle documentation, Supported Encodings.
For example:
java –Dt4sqlmx.KSC5601=ECU_KR
For more information, see “Internationalization (I18N) Support” (page 28).
language
The language property sets the language used for the error messages. For more information about
using this property, see Localizing Error and Status Messages.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object.
Data type: String
Default: none
The value can be any valid Java Canonical Name as listed in the "Canonical Name for java.io
and java.lang API" column of the Oracle documentation, Supported Encodings.
For example, to set the language to shift-JIS, Japanese:
language=SJIS
LOB Table Name Properties
LOB tables store data for BLOB columns and CLOB columns. The following properties specify the
LOB table for using BLOB columns or CLOB columns:
• For the binary data for BLOB columns
blobTableName
• For the character data for CLOB columns
clobTableName
The property value is of the form:
catalog_name.schema_name.lob_table_name
Data type: String
42 Type 4 Driver Properties