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

Method QueryRow

internal/sqladapter/compat/query.go:52–52  ·  view source on GitHub ↗
(string, ...interface{})

Source from the content-addressed store, hash-verified

50
51type RowQueryer interface {
52 QueryRow(string, ...interface{}) *sql.Row
53}
54
55func QueryRowContext(p RowQueryer, ctx context.Context, query string, args []interface{}) *sql.Row {

Callers 4

PreparedQueryRowContextFunction · 0.65
QueryRowContextFunction · 0.65
countMethod · 0.65
QueryRowMethod · 0.65

Implementers 4

sqlBuilderinternal/sqlbuilder/builder.go
inserterinternal/sqlbuilder/insert.go
paginatorinternal/sqlbuilder/paginate.go
selectorinternal/sqlbuilder/select.go

Calls

no outgoing calls

Tested by

no test coverage detected