xaRollbackActive method

int xaRollbackActive(
  1. int xaId
)
inherited

Roll back an Active branch (no PREPARE issued). No recovery path exists after this call.

Implementation

int xaRollbackActive(int xaId) => _bindings.odbc_xa_rollback_active(xaId);