Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array[T any] []T
type EnumArray ¶
type EnumArray[T ~string] []T
type HStore ¶
HStore is a wrapper for transferring HStore values back and forth easily.
type Macaddr ¶
type Macaddr struct {
Addr net.HardwareAddr
}
type TSVector ¶
type TSVector struct {
// contains filtered or unexported fields
}
type TxIDSnapshot ¶
func (*TxIDSnapshot) Scan ¶
func (s *TxIDSnapshot) Scan(src any) error
Scan implements the sql.Scanner interface.
func (TxIDSnapshot) String ¶
func (s TxIDSnapshot) String() string
String returns the string representation of the TxIDSnapshot.
Click to show internal directories.
Click to hide internal directories.