Documentation
¶
Index ¶
- Variables
- type SerializableBigInt
- func (s *SerializableBigInt) AsMathBigInt() *big.Int
- func (s *SerializableBigInt) ExtensionType() int8
- func (s *SerializableBigInt) Len() int
- func (s *SerializableBigInt) MarshalBinaryTo(buf []byte) error
- func (s *SerializableBigInt) Scan(value any) error
- func (s *SerializableBigInt) UnmarshalBinary(buf []byte) error
- func (s *SerializableBigInt) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SerializableBigInt ¶
func SerializableBigIntFromMathBigInt ¶
func SerializableBigIntFromMathBigInt(b *big.Int) *SerializableBigInt
func (*SerializableBigInt) AsMathBigInt ¶
func (s *SerializableBigInt) AsMathBigInt() *big.Int
func (*SerializableBigInt) ExtensionType ¶
func (s *SerializableBigInt) ExtensionType() int8
func (*SerializableBigInt) Len ¶
func (s *SerializableBigInt) Len() int
func (*SerializableBigInt) MarshalBinaryTo ¶
func (s *SerializableBigInt) MarshalBinaryTo(buf []byte) error
func (*SerializableBigInt) Scan ¶
func (s *SerializableBigInt) Scan(value any) error
func (*SerializableBigInt) UnmarshalBinary ¶
func (s *SerializableBigInt) UnmarshalBinary(buf []byte) error
func (*SerializableBigInt) Value ¶
func (s *SerializableBigInt) Value() (driver.Value, error)
Source Files
¶
- bigint.go
Click to show internal directories.
Click to hide internal directories.