Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Query
Method
Query
pgxpool/common_test.go:34–34 ·
view source on GitHub ↗
(ctx context.Context, sql string, args ...any)
Source
from the content-addressed store, hash-verified
32
33
type
queryer
interface
{
34
Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
35
}
36
37
func
testQuery(t *testing.T, ctx context.Context, db queryer) {
Callers
15
testQuery
Function · 0.65
testCopyFrom
Function · 0.65
Query
Method · 0.65
Query
Method · 0.65
Query
Method · 0.65
Query
Method · 0.65
TestConnReleaseClosesBusyConn
Function · 0.65
TestPoolQuery
Function · 0.65
TestPoolCopyFrom
Function · 0.65
parseURLSettings
Function · 0.65
TestRecordCodecDecodeValue
Function · 0.65
TestArrayCodecDecodeValue
Function · 0.65
Implementers
13
Conn
conn.go
dbTx
tx.go
dbSimulatedNestedTx
tx.go
QueuedQuery
batch.go
batchResults
batch.go
pipelineBatchResults
batch.go
emptyBatchResults
batch.go
Stmt
stdlib/sql.go
Conn
pgxpool/conn.go
Pool
pgxpool/pool.go
Tx
pgxpool/tx.go
errBatchResults
pgxpool/batch_results.go
Calls
no outgoing calls
Tested by
15
testQuery
Function · 0.52
testCopyFrom
Function · 0.52
TestConnReleaseClosesBusyConn
Function · 0.52
TestPoolQuery
Function · 0.52
TestPoolCopyFrom
Function · 0.52
TestRecordCodecDecodeValue
Function · 0.52
TestArrayCodecDecodeValue
Function · 0.52
TestArrayCodecScanMultipleDimensions
Function · 0.52
TestArrayCodecScanMultipleDimensionsEmpty
Function · 0.52
TestArrayCodecScanWrongMultipleDimensions
Function · 0.52
TestArrayCodecEncodeMultipleDimensions
Function · 0.52
TestArrayCodecEncodeMultipleDimensionsRagged
Function · 0.52