Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.16 getXAOpenString

(a) Function

Gets the XA open character string.

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

None.

(d) Return value

String
XA open character string (if this information has not been specified, the method returns the null value)
(e) Functional detail

Returns the XA open character string that was set by the setXAOpenString method. This method is provided by the XADataSource interface only.

(f) Exceptions

None.