Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.11.2 getDescription

(a) Function

Acquires the additional connection information needed by the database to be connected.

(b) Format
 
public String getDescription()
 
(c) Argument

None.

(d) Return value

String
This is the additional connection information. If none is set, null is returned.
(e) Functional detail

Returns the additional connection information needed by the database to be connected that was specified by the setDescription method.

(f) Exception that occurs

None.