Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsolationLevel ¶
type IsolationLevel int
const ( LevelDefault IsolationLevel = iota LevelReadUncommitted LevelReadCommitted LevelWriteCommitted LevelRepeatableRead LevelSnapshot LevelSerializable LevelLinearizable )
type TransactionContext ¶
type TransactionStarter ¶
type TxOptions ¶
type TxOptions struct { Isolation IsolationLevel ReadOnly bool }
Click to show internal directories.
Click to hide internal directories.