10.5.9 getUser()
- Organization of this subsection
(1) Function
This method acquires the authorization identifier that was specified by the setUser method.
(2) Format
public synchronized String getUser() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the authorization identifier that was specified by the setUser method. If the setUser method has not been executed, the method returns null.
(5) Exceptions
None.