Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.2 getDescription

(a) Function

Gets the additional connection information needed for connection to the database.

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

None.

(d) Return value

String
Additional connection information (if this information has not been specified, the method returns the null value)
(e) Functional detail

Returns the additional connection information needed for connection to the database, as was set by the setDescription method.

(f) Exceptions

None.