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#L173: m *Map
array_codec.go#L236: func (c *ArrayCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
array_codec.go#L263: func (c *ArrayCodec) decodeBinary(m *Map, arrayOID uint32, src []byte, array ArraySetter) error {
array_codec.go#L316: func (c *ArrayCodec) decodeText(m *Map, arrayOID uint32, src []byte, array ArraySetter) error {
array_codec.go#L354: m *Map
array_codec.go#L382: func (c *ArrayCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
array_codec.go#L399: func (c *ArrayCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
bits.go#L74: func (BitsCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
bits.go#L130: func (BitsCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
bits.go#L145: func (c BitsCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
bits.go#L149: 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#L75: func (BoxCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
box.go#L130: func (BoxCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
box.go#L220: func (c BoxCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
box.go#L224: 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#L76: func (CircleCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
circle.go#L129: func (CircleCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
circle.go#L144: func (c CircleCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
circle.go#L148: 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#L129: m *Map
composite.go#L168: m *Map
composite.go#L205: func (c *CompositeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
composite.go#L222: func (c *CompositeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
composite.go#L280: m *Map
composite.go#L291: func NewCompositeBinaryScanner(m *Map, src []byte) *CompositeBinaryScanner {
composite.go#L363: m *Map
composite.go#L372: func NewCompositeTextScanner(m *Map, src []byte) *CompositeTextScanner {
composite.go#L461: m *Map
composite.go#L468: func NewCompositeBinaryBuilder(m *Map, buf []byte) *CompositeBinaryBuilder {
composite.go#L524: m *Map
composite.go#L532: 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#L378: func (c DateCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
date.go#L396: 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#L73: func (HstoreCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
hstore.go#L165: func (HstoreCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
hstore.go#L270: func (c HstoreCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
hstore.go#L274: 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#L124: func (c InetCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
inet.go#L128: 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#L84: func (IntervalCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
interval.go#L160: func (IntervalCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
interval.go#L282: func (c IntervalCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
interval.go#L286: 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#L79: func (LineCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
line.go#L132: func (LineCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
line.go#L208: func (c LineCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
line.go#L212: func (c LineCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
lseg.go#L75: func (LsegCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
lseg.go#L130: func (LsegCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
lseg.go#L220: func (c LsegCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
lseg.go#L224: 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#L256: func (c *MultirangeCodec) decodeText(m *Map, multirangeOID uint32, src []byte, multirange MultirangeSetter) error {
multirange.go#L289: m *Map
multirange.go#L317: func (c *MultirangeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
multirange.go#L334: func (c *MultirangeCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
numeric.go#L318: func (NumericCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
numeric.go#L573: func (NumericCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
numeric.go#L810: func (c NumericCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
numeric.go#L832: func (c NumericCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
path.go#L77: func (PathCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
path.go#L157: func (PathCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
path.go#L265: func (c PathCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
path.go#L269: 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#L266: func (m *Map) RegisterTypes(types []*Type) {
pgtype.go#L273: func (m *Map) RegisterType(t *Type) {
pgtype.go#L288: func (m *Map) RegisterDefaultPgType(value any, name string) {
pgtype.go#L299: func (m *Map) TypeForOID(oid uint32) (*Type, bool) {
pgtype.go#L309: func (m *Map) TypeForName(name string) (*Type, bool) {
pgtype.go#L317: func (m *Map) buildReflectTypeToType() {
pgtype.go#L330: func (m *Map) TypeForValue(v any) (*Type, bool) {
pgtype.go#L345: func (m *Map) FormatCodeForOID(oid uint32) int16 {
pgtype.go#L374: m *Map
pgtype.go#L435: m *Map
pgtype.go#L891: m *Map
pgtype.go#L1065: func (m *Map) PlanScan(oid uint32, formatCode int16, target any) ScanPlan {
pgtype.go#L1069: func (m *Map) planScan(oid uint32, formatCode int16, target any, depth int) ScanPlan {
pgtype.go#L1158: func (m *Map) Scan(oid uint32, formatCode int16, src []byte, dst any) error {
pgtype.go#L1169: func codecScan(codec Codec, m *Map, oid uint32, format int16, src []byte, dst any) error {
pgtype.go#L1177: func codecDecodeToTextFormat(codec Codec, m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
pgtype.go#L1199: func (m *Map) PlanEncode(oid uint32, format int16, value any) EncodePlan {
pgtype.go#L1203: func (m *Map) planEncodeDepth(oid uint32, format int16, value any, depth int) EncodePlan {
pgtype.go#L1226: func (m *Map) planEncode(oid uint32, format int16, value any, depth int) EncodePlan {
pgtype.go#L1293: m *Map
pgtype.go#L1945: func newEncodeError(value any, m *Map, oid uint32, formatCode int16, err error) error {
pgtype.go#L1969: func (m *Map) Encode(oid uint32, formatCode int16, value any, buf []byte) (newBuf []byte, err error) {
pgtype.go#L2002: func (m *Map) SQLScanner(v any) sql.Scanner {
pgtype.go#L2011: m *Map
pgtype_default.go#L15: defaultMap *Map
pgtype_default.go#L20: defaultMap = &Map{
point.go#L133: func (PointCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
point.go#L183: func (PointCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
point.go#L198: func (c PointCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
point.go#L202: func (c PointCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
polygon.go#L76: func (PolygonCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
polygon.go#L142: func (PolygonCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
polygon.go#L246: func (c PolygonCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
polygon.go#L250: 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#L139: func (c QCharCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
qchar.go#L152: 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#L254: m *Map
range_codec.go#L304: m *Map
range_codec.go#L352: func (c *RangeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
range_codec.go#L369: 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#L39: m *Map
record_codec.go#L72: func (RecordCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
record_codec.go#L89: 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#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) {
time.go#L85: func (TimeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
time.go#L140: func (TimeCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
time.go#L258: func (c TimeCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
time.go#L262: 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#L334: func (c *TimestampCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
timestamp.go#L352: 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#L336: func (c *TimestamptzCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
timestamptz.go#L354: func (c *TimestamptzCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
tsvector.go#L140: func (TSVectorCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
tsvector.go#L303: func (TSVectorCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
tsvector.go#L338: func (c TSVectorCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
tsvector.go#L342: 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#L148: func (UUIDCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
uuid.go#L193: func (UUIDCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
uuid.go#L266: func (c UUIDCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
uuid.go#L280: 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) {