type github.com/jackc/pgx/v5/pgtype.TIDCodec

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L83: 	defaultMap.RegisterType(&Type{Name: "tid", OID: TIDOID, Codec: TIDCodec{}})
		tid.go#L70: 	buf, err := TIDCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
		tid.go#L77: type TIDCodec struct{}
		tid.go#L79: func (TIDCodec) FormatSupported(format int16) bool {
		tid.go#L83: func (TIDCodec) PreferredFormat() int16 {
		tid.go#L87: func (TIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		tid.go#L135: func (TIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		tid.go#L227: func (c TIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		tid.go#L231: func (c TIDCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {