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

241 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L48: func (dst *arrayHeader) DecodeBinary(m *Map, src []byte) (int, error) {
		array_codec.go#L61: func (c *ArrayCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		array_codec.go#L88: 	m   *Map
		array_codec.go#L167: 	m   *Map
		array_codec.go#L224: func (c *ArrayCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		array_codec.go#L251: func (c *ArrayCodec) decodeBinary(m *Map, arrayOID uint32, src []byte, array ArraySetter) error {
		array_codec.go#L291: func (c *ArrayCodec) decodeText(m *Map, arrayOID uint32, src []byte, array ArraySetter) error {
		array_codec.go#L329: 	m               *Map
		array_codec.go#L357: func (c *ArrayCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		array_codec.go#L374: func (c *ArrayCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		bits.go#L75: func (BitsCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		bits.go#L131: func (BitsCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		bits.go#L148: func (c BitsCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		bits.go#L152: func (c BitsCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		bool.go#L115: func (BoolCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		bool.go#L206: func (BoolCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		bool.go#L227: func (c BoolCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		bool.go#L231: func (c BoolCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		box.go#L76: func (BoxCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		box.go#L131: func (BoxCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		box.go#L224: func (c BoxCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		box.go#L228: func (c BoxCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		bytea.go#L75: func (ByteaCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		bytea.go#L150: func (ByteaCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		bytea.go#L239: func (c ByteaCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		bytea.go#L243: func (c ByteaCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		circle.go#L77: func (CircleCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		circle.go#L130: func (CircleCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		circle.go#L147: func (c CircleCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		circle.go#L151: func (c CircleCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		composite.go#L57: func (c *CompositeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		composite.go#L74: 	m  *Map
		composite.go#L94: 	m  *Map
		composite.go#L112: func (c *CompositeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		composite.go#L131: 	m  *Map
		composite.go#L170: 	m  *Map
		composite.go#L207: func (c *CompositeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		composite.go#L224: func (c *CompositeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		composite.go#L282: 	m   *Map
		composite.go#L293: func NewCompositeBinaryScanner(m *Map, src []byte) *CompositeBinaryScanner {
		composite.go#L365: 	m   *Map
		composite.go#L374: func NewCompositeTextScanner(m *Map, src []byte) *CompositeTextScanner {
		composite.go#L461: 	m          *Map
		composite.go#L468: func NewCompositeBinaryBuilder(m *Map, buf []byte) *CompositeBinaryBuilder {
		composite.go#L518: 	m          *Map
		composite.go#L526: func NewCompositeTextBuilder(m *Map, buf []byte) *CompositeTextBuilder {
		date.go#L134: func (DateCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		date.go#L228: func (DateCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		date.go#L380: func (c DateCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		date.go#L398: func (c DateCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		enum_codec.go#L23: func (EnumCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		enum_codec.go#L39: func (c *EnumCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		enum_codec.go#L55: func (c *EnumCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		enum_codec.go#L59: func (c *EnumCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		float4.go#L107: func (Float4Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		float4.go#L177: func (Float4Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		float4.go#L299: func (c Float4Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		float4.go#L312: func (c Float4Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		float8.go#L115: func (Float8Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		float8.go#L215: func (Float8Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		float8.go#L354: func (c Float8Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		float8.go#L358: func (c Float8Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		hstore.go#L74: func (HstoreCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		hstore.go#L166: func (HstoreCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		hstore.go#L264: func (c HstoreCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		hstore.go#L268: func (c HstoreCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		inet.go#L39: func (InetCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		inet.go#L109: func (InetCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		inet.go#L126: func (c InetCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		inet.go#L130: func (c InetCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		int.go#L134: func (Int2Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		int.go#L213: func (Int2Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		int.go#L273: func (c Int2Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		int.go#L286: func (c Int2Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		int.go#L697: func (Int4Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		int.go#L776: func (Int4Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		int.go#L836: func (c Int4Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		int.go#L849: func (c Int4Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		int.go#L1271: func (Int8Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		int.go#L1350: func (Int8Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		int.go#L1410: func (c Int8Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		int.go#L1423: func (c Int8Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		interval.go#L85: func (IntervalCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		interval.go#L161: func (IntervalCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		interval.go#L285: func (c IntervalCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		interval.go#L289: func (c IntervalCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		json.go#L24: func (c *JSONCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		json.go#L141: func (c *JSONCodec) PlanScan(m *Map, oid uint32, formatCode int16, target any) ScanPlan {
		json.go#L147: func (c *JSONCodec) planScan(m *Map, oid uint32, formatCode int16, target any, depth int) ScanPlan {
		json.go#L225: func (c *JSONCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		json.go#L235: func (c *JSONCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		jsonb.go#L21: func (c *JSONBCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		jsonb.go#L44: func (c *JSONBCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		jsonb.go#L78: func (c *JSONBCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		jsonb.go#L105: func (c *JSONBCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		line.go#L80: func (LineCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		line.go#L133: func (LineCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		line.go#L211: func (c LineCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		line.go#L215: func (c LineCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		lseg.go#L76: func (LsegCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		lseg.go#L131: func (LsegCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		lseg.go#L224: func (c LsegCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		lseg.go#L228: func (c LsegCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		ltree.go#L21: func (l LtreeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		ltree.go#L72: func (l LtreeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		ltree.go#L115: func (l LtreeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		ltree.go#L120: func (l LtreeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		macaddr.go#L18: func (MacaddrCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		macaddr.go#L81: func (MacaddrCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		macaddr.go#L147: func (c MacaddrCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		macaddr.go#L151: func (c MacaddrCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		multirange.go#L58: func (c *MultirangeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		multirange.go#L83: 	m   *Map
		multirange.go#L137: 	m   *Map
		multirange.go#L186: func (c *MultirangeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		multirange.go#L207: func (c *MultirangeCodec) decodeBinary(m *Map, multirangeOID uint32, src []byte, multirange MultirangeSetter) error {
		multirange.go#L250: func (c *MultirangeCodec) decodeText(m *Map, multirangeOID uint32, src []byte, multirange MultirangeSetter) error {
		multirange.go#L283: 	m               *Map
		multirange.go#L311: func (c *MultirangeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		multirange.go#L328: func (c *MultirangeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		numeric.go#L317: func (NumericCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		numeric.go#L568: func (NumericCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		numeric.go#L803: func (c NumericCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		numeric.go#L825: func (c NumericCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		path.go#L78: func (PathCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		path.go#L158: func (PathCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		path.go#L258: func (c PathCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		path.go#L262: func (c PathCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		pgtype.go#L169: 	PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan
		pgtype.go#L173: 	PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan
		pgtype.go#L176: 	DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error)
		pgtype.go#L179: 	DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error)
		pgtype.go#L199: type Map struct {
		pgtype.go#L223: func (m *Map) Copy() *Map {
		pgtype.go#L231: func NewMap() *Map {
		pgtype.go#L234: 	return &Map{
		pgtype.go#L265: func (m *Map) RegisterTypes(types []*Type) {
		pgtype.go#L272: func (m *Map) RegisterType(t *Type) {
		pgtype.go#L287: func (m *Map) RegisterDefaultPgType(value any, name string) {
		pgtype.go#L298: func (m *Map) TypeForOID(oid uint32) (*Type, bool) {
		pgtype.go#L308: func (m *Map) TypeForName(name string) (*Type, bool) {
		pgtype.go#L316: func (m *Map) buildReflectTypeToType() {
		pgtype.go#L329: func (m *Map) TypeForValue(v any) (*Type, bool) {
		pgtype.go#L344: func (m *Map) FormatCodeForOID(oid uint32) int16 {
		pgtype.go#L373: 	m          *Map
		pgtype.go#L433: 	m          *Map
		pgtype.go#L889: 	m          *Map
		pgtype.go#L1063: func (m *Map) PlanScan(oid uint32, formatCode int16, target any) ScanPlan {
		pgtype.go#L1067: func (m *Map) planScan(oid uint32, formatCode int16, target any, depth int) ScanPlan {
		pgtype.go#L1157: func (m *Map) Scan(oid uint32, formatCode int16, src []byte, dst any) error {
		pgtype.go#L1168: func codecScan(codec Codec, m *Map, oid uint32, format int16, src []byte, dst any) error {
		pgtype.go#L1176: func codecDecodeToTextFormat(codec Codec, m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		pgtype.go#L1198: func (m *Map) PlanEncode(oid uint32, format int16, value any) EncodePlan {
		pgtype.go#L1202: func (m *Map) planEncodeDepth(oid uint32, format int16, value any, depth int) EncodePlan {
		pgtype.go#L1225: func (m *Map) planEncode(oid uint32, format int16, value any, depth int) EncodePlan {
		pgtype.go#L1292: 	m          *Map
		pgtype.go#L1928: func newEncodeError(value any, m *Map, oid uint32, formatCode int16, err error) error {
		pgtype.go#L1952: func (m *Map) Encode(oid uint32, formatCode int16, value any, buf []byte) (newBuf []byte, err error) {
		pgtype.go#L1985: func (m *Map) SQLScanner(v any) sql.Scanner {
		pgtype.go#L1994: 	m *Map
		pgtype_default.go#L15: 	defaultMap         *Map
		pgtype_default.go#L20: 	defaultMap = &Map{
		point.go#L134: func (PointCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		point.go#L184: func (PointCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		point.go#L201: func (c PointCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		point.go#L205: func (c PointCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		polygon.go#L77: func (PolygonCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		polygon.go#L143: func (PolygonCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		polygon.go#L239: func (c PolygonCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		polygon.go#L243: func (c PolygonCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		qchar.go#L25: func (QCharCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		qchar.go#L59: func (QCharCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		qchar.go#L117: func (c QCharCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		qchar.go#L130: func (c QCharCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		range_codec.go#L53: func (c *RangeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		range_codec.go#L70: 	m  *Map
		range_codec.go#L161: 	m  *Map
		range_codec.go#L237: func (c *RangeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		range_codec.go#L256: 	m  *Map
		range_codec.go#L306: 	m  *Map
		range_codec.go#L354: func (c *RangeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		range_codec.go#L371: func (c *RangeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		record_codec.go#L24: func (RecordCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		record_codec.go#L28: func (RecordCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		record_codec.go#L40: 	m *Map
		record_codec.go#L73: func (RecordCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		record_codec.go#L90: func (RecordCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		register_default_pg_types.go#L5: func registerDefaultPgTypeVariants[T any](m *Map, name string) {
		text.go#L96: func (TextCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		text.go#L152: func (TextCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		text.go#L170: func (c TextCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		text.go#L174: func (c TextCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		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) {
		time.go#L86: func (TimeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		time.go#L141: func (TimeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		time.go#L260: func (c TimeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		time.go#L264: func (c TimeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		timestamp.go#L148: func (*TimestampCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		timestamp.go#L242: func (c *TimestampCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		timestamp.go#L336: func (c *TimestampCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		timestamp.go#L354: func (c *TimestampCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		timestamptz.go#L147: func (*TimestamptzCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		timestamptz.go#L233: func (c *TimestamptzCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		timestamptz.go#L337: func (c *TimestamptzCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		timestamptz.go#L355: func (c *TimestamptzCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		tsvector.go#L141: func (TSVectorCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		tsvector.go#L294: func (TSVectorCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		tsvector.go#L331: func (c TSVectorCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		tsvector.go#L335: func (c TSVectorCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		uint32.go#L116: func (Uint32Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		uint32.go#L227: func (Uint32Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		uint32.go#L250: func (c Uint32Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		uint32.go#L263: func (c Uint32Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		uint64.go#L93: func (Uint64Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		uint64.go#L198: func (Uint64Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		uint64.go#L221: func (c Uint64Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		uint64.go#L234: func (c Uint64Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		uuid.go#L149: func (UUIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		uuid.go#L194: func (UUIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		uuid.go#L268: func (c UUIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		uuid.go#L282: func (c UUIDCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		xml.go#L24: func (c *XMLCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		xml.go#L103: func (c *XMLCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		xml.go#L180: func (c *XMLCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		xml.go#L190: func (c *XMLCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {

	github.com/jackc/pgx/v5
		conn.go#L85: 	typeMap *pgtype.Map
		conn.go#L465: func (c *Conn) TypeMap() *pgtype.Map { return c.typeMap }
		extended_query_builder.go#L21: func (eqb *ExtendedQueryBuilder) Build(m *pgtype.Map, sd *pgconn.StatementDescription, args []any) error {
		extended_query_builder.go#L56: func (eqb *ExtendedQueryBuilder) appendParam(m *pgtype.Map, oid uint32, format int16, arg any) error {
		extended_query_builder.go#L118: func (eqb *ExtendedQueryBuilder) encodeExtendedParamValue(m *pgtype.Map, oid uint32, formatCode int16, arg any) ([]byte, error) {
		extended_query_builder.go#L139: func (eqb *ExtendedQueryBuilder) chooseParameterFormatCode(m *pgtype.Map, oid uint32, arg any) int16 {
		rows.go#L123: 	typeMap      *pgtype.Map
		rows.go#L367: func ScanRow(typeMap *pgtype.Map, fieldDescriptions []pgconn.FieldDescription, values [][]byte, dest ...any) error {
		rows.go#L391: func RowsFromResultReader(typeMap *pgtype.Map, resultReader *pgconn.ResultReader) Rows {
		values.go#L16: func convertSimpleArgument(m *pgtype.Map, arg any) (any, error) {
		values.go#L27: func encodeCopyValue(m *pgtype.Map, buf []byte, oid uint32, arg any) ([]byte, error) {
		values.go#L46: func tryScanStringCopyValueThenEncode(m *pgtype.Map, buf []byte, oid uint32, arg any) ([]byte, error) {