Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxnCounterManager ¶
type TxnCounterManager interface {
GetCurrentGenerationId() (int, error)
GetCurrentSessionId() (int, error)
GetNextInsertId() (int, error)
GetNextTxnId() (int, error)
}
func NewTxnCounterManager ¶
func NewTxnCounterManager(generationId, sessionId int) TxnCounterManager
Click to show internal directories.
Click to hide internal directories.