xaEnd method

int xaEnd(
  1. int xaId
)

xa_end: detach the branch from the connection. Returns 0 on success, non-zero on failure.

Implementation

int xaEnd(int xaId) => _bindings.odbc_xa_end(xaId);