Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ BeginTx
Method
BeginTx
interfaces.go:49–49 ·
view source on GitHub ↗
(ctx context.Context, opts *sql.TxOptions)
Source
from the content-addressed store, hash-verified
47
// TxBeginner tx beginner
48
type
TxBeginner
interface
{
49
BeginTx(ctx context.Context, opts *sql.TxOptions) (*sql.Tx, error)
50
}
51
52
// ConnPoolBeginner conn pool beginner
Callers
3
BeginTx
Method · 0.65
Begin
Method · 0.65
BeginTx
Method · 0.65
Implementers
2
PreparedStmtDB
prepare_stmt.go
wrapperConnPool
tests/connpool_test.go
Calls
no outgoing calls
Tested by
1
BeginTx
Method · 0.52