github.com/jackc/pgx/v5/pgtype.BytesScanner.ScanBytes (method)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L11: 	ScanBytes(v []byte) error
		bytea.go#L189: 	return scanner.ScanBytes(src)
		bytea.go#L218: 	return scanner.ScanBytes(buf)
		text.go#L213: 	return p.ScanBytes(src)