Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.4 getDBHostName

(a) Function

Gets the name of the HiRDB host to be connected.

(b) Format
 
public String getDBHostName() throws SQLException
 
(c) Arguments

None.

(d) Return value

String
This is the HiRDB host name. If no value has been set, the null value is returned.
(e) Functional detail

Returns the host name of the HiRDB to be connected, as was set with the setDBHostName method.

(f) Exceptions

None.