Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

17.7.3 setDBHostName

(a) Function

Sets the name of the HiRDB host to be connected.

(b) Format
 
public void setDBHostName ( String db_host_name ) throws SQLException
 
(c) Arguments

String db_host_name
Sets a HiRDB host name.
If the null value is specified, the current host name that had been set with this method is invalidated, and the setting is returned to its initial status.
(d) Return value

None.

(e) Functional detail

Sets the host name of the HiRDB to be connected.

For details about the priorities among the settings methods for the HiRDB host name, see 17.11 Connection information priorities.

(f) Exceptions

None.