17.7.17 setXACloseString

(a) Function

Sets an XA close character string.

(b) Format

public void setXACloseString ( String xa_string ) throws SQLException

(c) Arguments
String xa_string
Specifies an XA close character string.
If the null value is specified, the current XA close character string that had been set by this method is invalidated, and the setting is returned to its initial status.
(d) Return value

None.

(e) Functional detail

Sets an XA close character string. This method is provided by the XADataSource interface only.

(f) Exceptions

None.