10.5.2 getApName()
- Organization of this subsection
(1) Function
This method acquires the application identifier that was specified by the setApName method.
(2) Format
public synchronized String getApName() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the application identifier. If the setApName method has not been executed, the method returns "********".
(5) Exceptions
None.