17.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
This is the XA open character string. If no value has been set, the null value is returned.
(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.