database/sql.Stmt.QueryRowContext (method)
2 uses
database/sql (current package)
sql.go#L2844: func (s *Stmt) QueryRowContext(ctx context.Context, args ...any) *Row {
sql.go#L2867: return s.QueryRowContext(context.Background(), args...)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)