Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.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
HiRDB host name (if this information has not been specified, the method returns the null value)
(e) Functional detail

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

(f) Exceptions

None.