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

3 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L62: 	Values() ([]any, error)
		rows.go#L549: 	values, err := rows.Values()

	github.com/jackc/pgx/v5/pgxpool
		rows.go#L78: 	values, err := rows.r.Values()