Get and set standard properties
The following methods are defined in the extended DataSource interface for getting and setting properties defined in the JDBC 3.0 API.
Property | getXXX() and setXXX() method signatures |
---|---|
portNumber | public int getPortNumber(); |
databaseName | public String getDatabaseName(); |
serverName | public String getServerName(); |
user | public String getUser(); |
password | public String getPassword(); |
description | public String getDescription(); |
dataSourceName | public String getDataSourceName(); |
The networkProtocol and roleName properties are not supported by HCL OneDB™ JDBC Driver.