Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)
language Property
The language property sets the language used for the error messages. For more information
about using this property, see “Localizing Error Messages and Status Messages” (page 32).
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: 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 Sun documentation, Supported Encodings
(http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html).
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 properties that specify the LOB
table for using BLOB columns or CLOB columns are:
• 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
Default: none
For example:
blobTableName=samdbcat.sales.lobvideo
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).
loginTimeout Property
The loginTimeout property sets the time limit that a connection can be attempted before the
connection disconnects. When a connection is attempted for a period longer than the set value,
in seconds, the connection disconnects.
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: int
Units: seconds
Default: 60
Range: 0 to 2147483647
If set to 0 (zero), no login timeout is specified.
Type 4 Driver Property Descriptions 43