Nonstop Database, HiRDB Version 9 UAP Development Guide

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

17.11.14 getXACloseString

(a) Function

Acquires the XA close character string that was specified by the setXACloseString method. This method is provided by the JdbhDbpsvXADataSource class only.

(b) Format
 
public String getXACloseString()
 
(c) Argument

None.

(d) Return value

String
This is an XA close character string. If none is set, null is returned.
(e) Exception that occurs

None.