menu
nebula_db package
documentation
concurrency/transaction_manager_v2.dart
TransactionManagerV2
getContext method
getContext method
dark_mode
light_mode
getContext
method
TxnContextV2
?
getContext
(
int
txnId
)
Implementation
TxnContextV2? getContext(int txnId) => _active[txnId];
nebula_db package
documentation
concurrency/transaction_manager_v2
TransactionManagerV2
getContext method
TransactionManagerV2 class