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.