MCPcopy
hub / github.com/go-gorm/gorm / Commit

Method Commit

interfaces.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57// TxCommitter tx committer
58type TxCommitter interface {
59 Commit() error
60 Rollback() error
61}
62

Callers 10

CommitMethod · 0.65
TransactionMethod · 0.65
CommitMethod · 0.65
TestTransactionFunction · 0.65
TestConnPoolWrapperFunction · 0.65

Implementers 2

DBgorm.go
PreparedStmtTXprepare_stmt.go

Calls

no outgoing calls