github.com/jackc/pgx/v5.Rows.Next (method)

8 uses

	github.com/jackc/pgx/v5 (current package)
		derived_types.go#L178: 	for rows.Next() {
		rows.go#L52: 	Next() bool
		rows.go#L404: 	for rows.Next() {
		rows.go#L440: 	for rows.Next() {
		rows.go#L472: 	if !rows.Next() {
		rows.go#L503: 	if !rows.Next() {
		rows.go#L516: 	if rows.Next() {

	github.com/jackc/pgx/v5/pgxpool
		rows.go#L62: 	n := rows.r.Next()