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

Method QueryRowxContext

sqlx_context.go:384–387  ·  view source on GitHub ↗

QueryRowxContext using this statement. Any placeholder parameters are replaced with supplied args.

(ctx context.Context, args ...interface{})

Source from the content-addressed store, hash-verified

382// QueryRowxContext using this statement.
383// Any placeholder parameters are replaced with supplied args.
384func (s *Stmt) QueryRowxContext(ctx context.Context, args ...interface{}) *Row {
385 qs := &qStmt{s}
386 return qs.QueryRowxContext(ctx, "", args...)
387}
388
389// QueryxContext using this statement.
390// Any placeholder parameters are replaced with supplied args.

Callers

nothing calls this directly

Calls 1

QueryRowxContextMethod · 0.95

Tested by

no test coverage detected