github.com/jackc/pgx/v4.connRows.Scan (method)

2 uses

	github.com/jackc/pgx/v4 (current package)
		rows.go#L85: 	rows.Scan(dest...)
		rows.go#L193: func (rows *connRows) Scan(dest ...interface{}) error {