Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.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
This is the additional connection information. If no information has been set, the null value is returned.
(e) Functional detail

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

(f) Exceptions

None.