MCPcopy
hub / github.com/jmoiron/sqlx / ExecerContext

Interface ExecerContext

sqlx_context.go:38–40  ·  sqlx_context.go::ExecerContext

ExecerContext is an interface used by MustExecContext and LoadFileContext

Source from the content-addressed store, hash-verified

36
37// ExecerContext is an interface used by MustExecContext and LoadFileContext
38type ExecerContext interface {
39 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
40}
41
42// ExtContext is a union interface which can bind, query, and exec, with Context
43// used by NamedQueryContext and NamedExecContext.

Callers 8

TestNamedContextQueriesFunction · 0.65
LoadFileContextFunction · 0.65
MustExecContextFunction · 0.65
ExecContextMethod · 0.65
ExecContextMethod · 0.65
NamedExecContextFunction · 0.65
MultiExecContextFunction · 0.65
TestConnFunction · 0.65

Implementers 2

qStmtsqlx.go
NamedStmtnamed.go

Calls

no outgoing calls

Tested by

no test coverage detected