xaCommitOnePhase method

int xaCommitOnePhase(
  1. int xaId
)

1RM optimisation: fuse prepare → commit on an active branch when this RM is the sole participant.

Implementation

int xaCommitOnePhase(int xaId) => _bindings.odbc_xa_commit_one_phase(xaId);