Nonstop Database, HiRDB Version 9 UAP Development Guide

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

17.11.12 getXAOpenString

(a) Function

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

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

None.

(d) Return value

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

None.