xaRecoverCount method

int xaRecoverCount(
  1. int connectionId
)

xa_recover: list every XID currently in the Prepared state on the resource manager. Two-step protocol: this call queries the engine and returns the count; xaRecoverGet extracts the XID components by index.

Implementation

int xaRecoverCount(int connectionId) =>
    _bindings.odbc_xa_recover_count(connectionId);