10.5.6 getPassword()
- Organization of this subsection
(1) Function
This method acquires the password that was specified by the setPassword method.
(2) Format
public synchronized String getPassword() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the password that was specified by the setPassword method.
(5) Exceptions
None.