github.com/jackc/pgx/v5.CollectableRow.RawValues (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L428: 	RawValues() [][]byte
		rows.go#L588: 	if len(rows.RawValues()) > len(fields) {
		rows.go#L591: 			len(rows.RawValues()),