package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewSession creates a new Session.
# Constants
TxnModeOptimistic means using the optimistic transaction with "BEGIN OPTIMISTIC".
TxnModePessimistic means using the pessimistic transaction with "BEGIN PESSIMISTIC".
# Interfaces
Session is used to execute queries for TTL case.
# Type aliases
TxnMode represents using optimistic or pessimistic mode in the transaction.