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#L69: 	buf, err := TIDCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
		tid.go#L76: type TIDCodec struct{}
		tid.go#L78: func (TIDCodec) FormatSupported(format int16) bool {
		tid.go#L82: func (TIDCodec) PreferredFormat() int16 {
		tid.go#L86: func (TIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		tid.go#L134: func (TIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		tid.go#L225: func (c TIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		tid.go#L229: func (c TIDCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {