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

Method ExecContext

interfaces.go:36–36  ·  interfaces.go::ConnPool.ExecContext
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

34type ConnPool interface {
35 PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)
36 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
37 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
38 QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
39}

Callers 8

ExecContextMethod · 0.65
ExecContextMethod · 0.65
UpdateFunction · 0.65
DeleteFunction · 0.65
RawExecFunction · 0.65
CreateFunction · 0.65
ExecContextMethod · 0.65
ExecContextMethod · 0.65

Implementers 2

wrapperTxtests/connpool_test.go
wrapperConnPooltests/connpool_test.go

Calls

no outgoing calls

Tested by 2

ExecContextMethod · 0.52
ExecContextMethod · 0.52