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

Method PrepareContext

sqlx_context.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, query string)

Source from the content-addressed store, hash-verified

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

Callers 1

PreparexContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected