MCPcopy
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

58type TxCommitter interface {
59 Commit() error
60 Rollback() error
61}
62
63// Tx sql.Tx interface

Callers 10

RollbackMethod · 0.65
TransactionMethod · 0.65
RollbackMethod · 0.65
TestTransactionFunction · 0.65
TestConnPoolWrapperFunction · 0.65

Implementers 2

DBgorm.go
PreparedStmtTXprepare_stmt.go

Calls

no outgoing calls