Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ QueryRow
Method
QueryRow
pgxpool/common_test.go:56–56 ·
view source on GitHub ↗
(ctx context.Context, sql string, args ...any)
Source
from the content-addressed store, hash-verified
54
55
type
queryRower
interface
{
56
QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
57
}
58
59
func
testQueryRow(t *testing.T, ctx context.Context, db queryRower) {
Callers
15
testQueryRow
Function · 0.65
testSendBatch
Function · 0.65
QueryRow
Method · 0.65
QueryRow
Method · 0.65
QueryRow
Method · 0.65
QueryRow
Method · 0.65
BenchmarkMinimalPreparedSelectBaseline
Function · 0.65
BenchmarkMinimalPreparedSelect
Function · 0.65
TestPoolAcquireAndConnHijack
Function · 0.65
TestPoolAcquireFunc
Function · 0.65
TestPoolBeforeConnect
Function · 0.65
TestPoolAfterConnect
Function · 0.65
Implementers
12
Conn
conn.go
dbTx
tx.go
dbSimulatedNestedTx
tx.go
QueuedQuery
batch.go
batchResults
batch.go
pipelineBatchResults
batch.go
emptyBatchResults
batch.go
Conn
pgxpool/conn.go
Pool
pgxpool/pool.go
Tx
pgxpool/tx.go
errBatchResults
pgxpool/batch_results.go
poolBatchResults
pgxpool/batch_results.go
Calls
no outgoing calls
Tested by
15
testQueryRow
Function · 0.52
testSendBatch
Function · 0.52
BenchmarkMinimalPreparedSelectBaseline
Function · 0.52
BenchmarkMinimalPreparedSelect
Function · 0.52
TestPoolAcquireAndConnHijack
Function · 0.52
TestPoolAcquireFunc
Function · 0.52
TestPoolBeforeConnect
Function · 0.52
TestPoolAfterConnect
Function · 0.52
TestPoolQueryRowErrNoRows
Function · 0.52
TestPoolQueryRowScanPanicReleasesConnection
Function · 0.52
TestTxBeginFuncNestedTransactionCommit
Function · 0.52
TestTxBeginFuncNestedTransactionRollback
Function · 0.52