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

Interface QueryerContext

sqlx_context.go:26–30  ·  sqlx_context.go::QueryerContext

QueryerContext is an interface used by GetContext and SelectContext

Source from the content-addressed store, hash-verified

24
25// QueryerContext is an interface used by GetContext and SelectContext
26type QueryerContext interface {
27 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
28 QueryxContext(ctx context.Context, query string, args ...interface{}) (*Rows, error)
29 QueryRowxContext(ctx context.Context, query string, args ...interface{}) *Row
30}
31
32// PreparerContext is an interface used by PreparexContext.
33type PreparerContext interface {

Callers 18

QueryxContextMethod · 0.65
QueryRowxContextMethod · 0.65
QueryxContextMethod · 0.65
QueryRowxContextMethod · 0.65
QueryxContextMethod · 0.65
QueryRowxContextMethod · 0.65
QueryContextMethod · 0.65
QueryxContextMethod · 0.65
SelectContextFunction · 0.65
NamedQueryContextFunction · 0.65

Implementers 2

qStmtsqlx.go
NamedStmtnamed.go

Calls

no outgoing calls

Tested by

no test coverage detected