MCPcopy
hub / github.com/jackc/pgx / QueryRow

Method QueryRow

batch.go:100–100  ·  batch.go::BatchResults.QueryRow

QueryRow reads the results from the next query in the batch as if the query has been sent with [Conn.QueryRow]. Prefer calling [QueuedQuery.QueryRow].

()

Source from the content-addressed store, hash-verified

98 // QueryRow reads the results from the next query in the batch as if the query has been sent with [Conn.QueryRow].
99 // Prefer calling [QueuedQuery.QueryRow].
100 QueryRow() Row
101
102 // Close closes the batch operation. All unread results are read and any callback functions registered with
103 // [QueuedQuery.Query], [QueuedQuery.QueryRow], or [QueuedQuery.Exec] will be called. If a callback function returns an

Callers 1

QueryRowMethod · 0.65

Implementers 7

Connconn.go
batchResultsbatch.go
Poolpgxpool/pool.go
errBatchResultspgxpool/batch_results.go
poolBatchResultspgxpool/batch_results.go

Calls

no outgoing calls

Tested by

no test coverage detected