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

Method QueryRow

internal/sqlbuilder/builder.go:185–187  ·  view source on GitHub ↗
(query interface{}, args ...interface{})

Source from the content-addressed store, hash-verified

183}
184
185func (b *sqlBuilder) QueryRow(query interface{}, args ...interface{}) (*sql.Row, error) {
186 return b.QueryRowContext(b.sess.Context(), query, args...)
187}
188
189func (b *sqlBuilder) QueryRowContext(ctx context.Context, query interface{}, args ...interface{}) (*sql.Row, error) {
190 switch q := query.(type) {

Callers

nothing calls this directly

Calls 2

QueryRowContextMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected