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

getMaxStatements
public int getMaxStatements()
Returns the total number of statements that can be cached. A value of zero (0) indicates that pooling of
statements is disabled.
Returns:
The total number of statements that can be cached.
getURL
public java.lang.String getURL()
Deprecated. Use the getUrl() to obtain the URL string.
Returns the URL used in the current Type 4 connection. HP JDBC Type 4 driver URL uses the format:
jdbc:hpt4jdbc://host:port/:
Returns:
the URL string.
See Also:
getUrl()
setURL
public java.util.Properties setURL(java.lang.String url)
throws java.sql.SQLException
Sets the URL for the Type 4 connection. HP JDBC Type 4 driver URL uses the format:
jdbc:hpt4jdbc://host:port/:prop-name=value. This validates the URL value and throws SQLException if
the URL value is incorrect.
Parameters:
url - the URL.
Throws:
java.sql.SQLException
See Also:
getUrl()
getUrl
public java.lang.String getUrl()
Returns the URL used in the current Type 4 connection. HP JDBC Type 4 driver URL uses the format:
jdbc:hpt4jdbc://host:port/[:][prop-name=value][,prop-name=value]...
Returns:
the URL string.
See Also:
setUrl(String)