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

Method Query

tx.go:146–146  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

144
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.

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls

no outgoing calls