Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.14 getPassword

(a) Function

Gets the password for database connection.

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

None.

(d) Return value

String
This is the password.
(e) Functional detail

Returns the password that was set by the setPassword method.

(f) Exceptions

None.