type github.com/jackc/pgx/v5.Row

21 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L38: func (qq *QueuedQuery) QueryRow(fn func(row Row) error) {
		batch.go#L99: 	QueryRow() Row
		batch.go#L214: func (br *batchResults) QueryRow() Row {
		batch.go#L387: func (br *pipelineBatchResults) QueryRow() Row {
		batch.go#L481: func (br *emptyBatchResults) QueryRow() Row {
		conn.go#L930: func (c *Conn) QueryRow(ctx context.Context, sql string, args ...any) Row {
		rows.go#L79: type Row interface {
		tx.go#L147: 	QueryRow(ctx context.Context, sql string, args ...any) Row
		tx.go#L255: func (tx *dbTx) QueryRow(ctx context.Context, sql string, args ...any) Row {
		tx.go#L357: func (sp *dbSimulatedNestedTx) QueryRow(ctx context.Context, sql string, args ...any) Row {

	github.com/jackc/pgx/v5/pgxpool
		batch_results.go#L20: func (br errBatchResults) QueryRow() pgx.Row {
		batch_results.go#L41: func (br *poolBatchResults) QueryRow() pgx.Row {
		conn.go#L94: func (c *Conn) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {
		conn.go#L128: func (c *Conn) getPoolRow(r pgx.Row) *poolRow {
		pool.go#L49: func (cr *connResource) getPoolRow(c *Conn, r pgx.Row) *poolRow {
		pool.go#L766: func (p *Pool) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {
		rows.go#L94: 	r   pgx.Row
		tx.go#L77: func (tx *Tx) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {

	go.pact.im/x/pgxprocess
		errors.go#L66: func (errBatchResults) QueryRow() pgx.Row {
		handle.go#L18: 	QueryRow(context.Context, string, ...any) pgx.Row
		handle.go#L75: func (h *handle[T, P]) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row {