Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

17.7.10 getUapName

(a) Function

Gets the UAP name.

(b) Format
 
public String getUapName() throws SQLException
 
(c) Arguments

None.

(d) Return value

String
This is the UAP name.
(e) Functional detail

Returns the UAP name that was set with the setUapName method. If a UAP name has not been set, HiRDB_Type4_JDBC_Driver is returned.

(f) Exceptions

None.