github.com/jackc/pgx/v5/pgtype.BitsScanner.ScanBits (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L12: 	ScanBits(v Bits) error
		bits.go#L171: 		return scanner.ScanBits(Bits{})
		bits.go#L183: 	return scanner.ScanBits(Bits{Bytes: buf, Len: bitLen, Valid: true})
		bits.go#L192: 		return scanner.ScanBits(Bits{})
		bits.go#L210: 	return scanner.ScanBits(Bits{Bytes: buf, Len: int32(bitLen), Valid: true})