Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.11.12 getXAOpenString

(a) Function

Acquires an XA open character string.

(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) Functional detail

Returns the XA open character string specified by the setXAOpenString method.

This method is provided by the JdbhDbpsvXADataSource class only.

(f) Exception that occurs

None.