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

Interface PreparerContext

sqlx_context.go:33–35  ·  sqlx_context.go::PreparerContext

PreparerContext is an interface used by PreparexContext.

Source from the content-addressed store, hash-verified

31
32// PreparerContext is an interface used by PreparexContext.
33type PreparerContext interface {
34 PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)
35}
36
37// ExecerContext is an interface used by MustExecContext and LoadFileContext
38type ExecerContext interface {

Callers 1

PreparexContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected