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