type github.com/jackc/pgx/v5.QueuedQuery
7 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L12: type QueuedQuery struct {
batch.go#L22: func (qq *QueuedQuery) Query(fn func(rows Rows) error) {
batch.go#L38: func (qq *QueuedQuery) QueryRow(fn func(row Row) error) {
batch.go#L50: func (qq *QueuedQuery) Exec(fn func(ct pgconn.CommandTag) error) {
batch.go#L64: QueuedQueries []*QueuedQuery
batch.go#L74: func (b *Batch) Queue(query string, arguments ...any) *QueuedQuery {
batch.go#L75: qq := &QueuedQuery{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)