Enum rsfbclient_core::TrIsolationLevel [−][src]
#[repr(u8)]
pub enum TrIsolationLevel {
Concurrency,
Concistency,
ReadCommited,
}Expand description
Transaction isolation level
Variants
Transactions can’t see alterations commited after they started
Table locking
Transactions can see alterations commited after they started