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

Method Conn

tx.go:150–150  ·  view source on GitHub ↗

Conn returns the underlying *Conn that on which this transaction is executing.

()

Source from the content-addressed store, hash-verified

148
149 // Conn returns the underlying *Conn that on which this transaction is executing.
150 Conn() *Conn
151}
152
153// dbTx represents a database transaction.

Callers 15

ConnMethod · 0.65
skipCockroachDBFunction · 0.65
TestConnRawFunction · 0.65
TestCheckIdleConnFunction · 0.65
ConnMethod · 0.65
AcquireMethod · 0.65
CopyFromMethod · 0.65
ConnMethod · 0.65

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls

no outgoing calls