Module transaction
Expand description
Transaction database traits.
Traits§
Type Aliases§
- Cursor
MutTy - Helper adapter type for accessing
DbTxMutmutable cursor. - Cursor
Ty - Helper adapter type for accessing
DbTxcursor. - DupCursor
MutTy - Helper adapter type for accessing
DbTxMutmutable dup cursor. - DupCursor
Ty - Helper adapter type for accessing
DbTxdup cursor.