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

Method QueryRow

tx.go:147–147  ·  tx.go::Tx.QueryRow
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

145 Exec(ctx context.Context, sql string, arguments ...any) (commandTag pgconn.CommandTag, err error)
146 Query(ctx context.Context, sql string, args ...any) (Rows, error)
147 QueryRow(ctx context.Context, sql string, args ...any) Row
148
149 // Conn returns the underlying *Conn that on which this transaction is executing.
150 Conn() *Conn

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls

no outgoing calls