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

5 uses

	github.com/jackc/pgx/v4 (current package)
		copy_from.go#L17: 	return &copyFromRows{rows: rows, idx: -1}
		copy_from.go#L20: type copyFromRows struct {
		copy_from.go#L25: func (ctr *copyFromRows) Next() bool {
		copy_from.go#L30: func (ctr *copyFromRows) Values() ([]interface{}, error) {
		copy_from.go#L34: func (ctr *copyFromRows) Err() error {