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

setUrl
public void setUrl(java.lang.String url)
Sets the URL for the Type 4 connection. HP JDBC Type 4 driver URL uses the format:
jdbc:hpt4jdbc://host:port/[:][prop-name=value][,prop-name=value]... This method does not validate
the URL value.
Parameters:
url - the URL.
See Also:
getUrl()
setUser
public void setUser(java.lang.String user)
Sets the user name to be used while connecting to NDCS server for authentication.
Parameters:
user - Sets the user for the current Type 4 connection.
See Also:
getUser()
getUser
public java.lang.String getUser()
Returns the user name associated with this Type 4 connection.
Returns:
The user name.
See Also:
setUser(String)
setPassword
public void setPassword(java.lang.String pwd)
Sets the user password to be used for authentication when connecting to the NDCS server.
Parameters:
pwd - The user password for the current Type 4 connection.
setLoginTimeout
public void setLoginTimeout(java.lang.String loginTimeout)
Sets the login timeout in seconds for the Type 4 connection. The default login timeout value is set to 60 seconds.