Skip to main content

TransactionView

Trait TransactionView 

Source
pub trait TransactionView {
    // Required method
    fn snapshot_frame(&self) -> u64;
}
Expand description

A read-only view of the database at a specific point in time.

Required Methods§

Source

fn snapshot_frame(&self) -> u64

Returns the WAL frame number representing this transaction’s snapshot.

Implementors§