Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryMarshall ¶
func BinaryMarshall( buffer encoding.WriteBuffer, oid uint32, value any, ) error
func BinaryUnmarshall ¶
func BinaryUnmarshall( buffer encoding.ReadBuffer, oid uint32, ) (value any, err error)
func NewTypeManager ¶
func NewTypeManager( sideChannel sidechannel.SideChannel, ) (pgtypes.TypeManager, error)
Types ¶
type BinaryMarshaller ¶
type BinaryMarshaller func(buffer encoding.WriteBuffer, oid uint32, value any) error
type BinaryUnmarshaller ¶
type BinaryUnmarshaller func(buffer encoding.ReadBuffer, oid uint32) (value any, err error)
Click to show internal directories.
Click to hide internal directories.