17.7.12 getUser

(a) Function

Gets the authorization identifier for database connection.

(b) Format

String void getUser() throws SQLException

(c) Arguments

None.

(d) Return value
String
This is the authorization identifier.
(e) Functional detail

Returns the authorization identifier that was set by the setUser method. If an authorization identifier has not been set, the null value is returned.

(f) Exceptions

None.