Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

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.