Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)
Range: -1 to maxPoolSize
• Any negative value is treated as -1.
• Values can be less than minPoolSize, but must not exceed maxPoolSize. If the specified
value is greater than maxPoolSize, the maxPoolSize property value is used.
For example: initialPoolSize=10
ISO88591 Property
The ISO88591 character-set mapping property corresponds to the Neoview SQL ISO88591
character set, which is a single- byte 8-bit character set for character data types. This property
supports English and other Western European languages. For more information, see
“Internationalization Support” (page 31).
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see “How to Specify JDBC
Type 4 Properties” (page 38).
Data type: String
Default: ISO88591_1
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 Sun documentation, Supported Encodings
(http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html).
KANJI Property
The KANJI character-set mapping property corresponds to the Neoview SQL 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. For information about how to set properties, see “How to Specify JDBC
Type 4 Properties” (page 38).
Data type: String
Default: SJIS (which is shift-JIS, Japanese)
For example, java –Dhpt4jdbc.KANJI=SJIS
For more information, see “Internationalization Support” (page 31).
KSC5601 Property
The KSC5601 character-set mapping property corresponds to the Neoview SQL KSC5601 character
set, which is a double-byte character set.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see “How to Specify JDBC
Type 4 Properties” (page 38).
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 Sun documentation, Supported Encodings
(http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html).
For example: java –Dhpt4jdbc.KSC5601=ECU_KR
For more information, see “Internationalization Support” (page 31).
42 Type 4 Driver Properties