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

void
setKANJI
(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 KANJI character set.
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.
void setLanguage(java.lang.String language)
Sets the language to use for the error messages.
void setLoginTimeout(int loginTimeout)
Sets the login timeout in seconds for the Type 4 connection.
void setLoginTimeout(java.lang.String loginTimeout)
Sets the login timeout in seconds for the Type 4 connection.
void setMaxIdleTime(int maxIdleTime)
Sets the max idle time value for the Type 4 connection.The default is set to 0 (no
timeout).
void setMaxIdleTime(java.lang.String maxIdleTime)
Sets the max idle time value for the Type 4 connection.
void setMaxPoolSize(int maxPoolSize)
The maximum number of physical connections that the pool (free and in-use)
should contain.
void setMaxPoolSize(java.lang.String maxPoolSize)
The maximum number of physical connections that the pool (free and in-use)
should contain.
void setMaxStatements(int maxStatements)
Total number of statements that can be cached.
void setMaxStatements(java.lang.String maxStatements)
Total number of statements that can be cached.
void setMinPoolSize(int minPoolSize)
Sets the number of physical connections the pool should keep available at all times.
void setMinPoolSize(java.lang.String minPoolSize)
Sets the number of physical connections the pool should keep available at all times.
void setNetworkTimeout(int networkTimeout)
Sets the network timeout in seconds for the Type 4 connection.
void setNetworkTimeout(java.lang.String networkTimeout)
Sets the network timeout in seconds for the Type 4 connection.
void setPassword(java.lang.String pwd)
Sets the user password to be used for authentication when connecting to the NDCS
server.
void setReserveDataLocator(long reserveDataLocatorLen)
Configures the number of data locators to be reserved by the Type 4 connection.
void setReserveDataLocator(java.lang.String reserveDataLocator)
Configures the number of data locators to be reserved by the Type 4 connection.
void setRoundingMode(int roundMode)
Sets the round mode behaviour for the driver.
void setRoundingMode(java.lang.String roundMode)