MCPcopy Index your code
hub / github.com/upper/db / PreparedQueryRowContext

Function PreparedQueryRowContext

internal/sqladapter/compat/query.go:47–49  ·  view source on GitHub ↗
(p PreparedRowQueryer, ctx context.Context, args []interface{})

Source from the content-addressed store, hash-verified

45}
46
47func PreparedQueryRowContext(p PreparedRowQueryer, ctx context.Context, args []interface{}) *sql.Row {
48 return p.QueryRow(args...)
49}
50
51type RowQueryer interface {
52 QueryRow(string, ...interface{}) *sql.Row

Callers 1

StatementQueryRowMethod · 0.92

Calls 1

QueryRowMethod · 0.65

Tested by

no test coverage detected