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#L168: 		return scanner.ScanBits(Bits{})
		bits.go#L180: 	return scanner.ScanBits(Bits{Bytes: buf, Len: bitLen, Valid: true})
		bits.go#L189: 		return scanner.ScanBits(Bits{})
		bits.go#L207: 	return scanner.ScanBits(Bits{Bytes: buf, Len: int32(bitLen), Valid: true})