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

Method Query

batch.go:96–96  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

94 // Query reads the results from the next query in the batch as if the query has been sent with [Conn.Query]. Prefer
95 // calling [QueuedQuery.Query].
96 Query() (Rows, error)
97
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].

Callers 1

QueryMethod · 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