Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Rollback
Method
Rollback
interfaces.go:60–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
type
TxCommitter
interface
{
59
Commit() error
60
Rollback() error
61
}
62
63
// Tx sql.Tx interface
Callers
10
Rollback
Method · 0.65
Transaction
Method · 0.65
Rollback
Method · 0.65
CommitOrRollbackTransaction
Function · 0.65
TestTransaction
Function · 0.65
TestTransactionRaiseErrorOnRollbackAfterCommit
Function · 0.65
TestConnPoolWrapper
Function · 0.65
TestPreparedStmtFromTransaction
Function · 0.65
TestPreparedStmtLruFromTransaction
Function · 0.65
TestGenericsWithTransaction
Function · 0.65
Implementers
2
DB
gorm.go
PreparedStmtTX
prepare_stmt.go
Calls
no outgoing calls
Tested by
6
TestTransaction
Function · 0.52
TestTransactionRaiseErrorOnRollbackAfterCommit
Function · 0.52
TestConnPoolWrapper
Function · 0.52
TestPreparedStmtFromTransaction
Function · 0.52
TestPreparedStmtLruFromTransaction
Function · 0.52
TestGenericsWithTransaction
Function · 0.52