Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.18 getXACloseString

(a) Function

Gets the XA close character string.

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

None.

(d) Return value

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

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

(f) Exceptions

None.