type github.com/jackc/pgx/v4.Rows

9 uses

	github.com/jackc/pgx/v4 (current package)
		batch.go#L39: 	Query() (Rows, error)
		batch.go#L104: func (br *batchResults) Query() (Rows, error) {
		conn.go#L365: func connInfoFromRows(rows Rows, err error) (map[string]uint32, error) {
		conn.go#L567: func (c *Conn) Query(ctx context.Context, sql string, args ...interface{}) (Rows, error) {
		rows.go#L24: type Rows interface {
		tx.go#L155: 	Query(ctx context.Context, sql string, args ...interface{}) (Rows, error)
		tx.go#L271: func (tx *dbTx) Query(ctx context.Context, sql string, args ...interface{}) (Rows, error) {
		tx.go#L390: func (sp *dbSavepoint) Query(ctx context.Context, sql string, args ...interface{}) (Rows, error) {

	github.com/jackc/pgx/v4/stdlib
		sql.go#L430: 	rows         pgx.Rows