const github.com/jackc/pgx/v5/pgtype.TextFormatCode
179 uses
github.com/jackc/pgx/v5/pgtype (current package)
array_codec.go#L58: return TextFormatCode
array_codec.go#L79: case TextFormatCode:
array_codec.go#L139: encodePlan = p.m.PlanEncode(p.ac.ElementType.OID, TextFormatCode, elem)
array_codec.go#L149: elemBuf, err = (&encodePlanDriverValuer{m: p.m, oid: p.ac.ElementType.OID, formatCode: TextFormatCode}).Encode(elem, inElemBuf)
array_codec.go#L331: elementScanPlan := c.ElementType.Codec.PlanScan(m, c.ElementType.OID, TextFormatCode, array.ScanIndex(0))
array_codec.go#L333: elementScanPlan = m.PlanScan(c.ElementType.OID, TextFormatCode, array.ScanIndex(0))
array_codec.go#L375: case TextFormatCode:
array_codec.go#L388: case TextFormatCode:
bits.go#L57: buf, err := BitsCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
bits.go#L67: return format == TextFormatCode || format == BinaryFormatCode
bits.go#L82: case TextFormatCode:
bits.go#L136: case TextFormatCode:
bool.go#L108: return format == TextFormatCode || format == BinaryFormatCode
bool.go#L124: case TextFormatCode:
bool.go#L215: case TextFormatCode:
box.go#L58: buf, err := BoxCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
box.go#L68: return format == TextFormatCode || format == BinaryFormatCode
box.go#L83: case TextFormatCode:
box.go#L136: case TextFormatCode:
bytea.go#L68: return format == TextFormatCode || format == BinaryFormatCode
bytea.go#L84: case TextFormatCode:
bytea.go#L159: case TextFormatCode:
circle.go#L59: buf, err := CircleCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
circle.go#L69: return format == TextFormatCode || format == BinaryFormatCode
circle.go#L84: case TextFormatCode:
circle.go#L135: case TextFormatCode:
composite.go#L54: return TextFormatCode
composite.go#L65: case TextFormatCode:
composite.go#L118: case TextFormatCode:
composite.go#L183: fieldPlan := plan.m.PlanScan(field.Type.OID, TextFormatCode, fieldTarget)
composite.go#L211: case TextFormatCode:
composite.go#L228: case TextFormatCode:
composite.go#L233: fieldPlan := m.PlanScan(c.Fields[i].Type.OID, TextFormatCode, &v)
composite.go#L550: plan = &encodePlanDriverValuer{m: b.m, oid: oid, formatCode: TextFormatCode}
composite.go#L552: plan = b.m.PlanEncode(oid, TextFormatCode, field)
date.go#L127: return format == TextFormatCode || format == BinaryFormatCode
date.go#L142: case TextFormatCode:
date.go#L234: case TextFormatCode:
enum_codec.go#L16: return format == TextFormatCode || format == BinaryFormatCode
enum_codec.go#L20: return TextFormatCode
enum_codec.go#L25: case TextFormatCode, BinaryFormatCode:
enum_codec.go#L41: case TextFormatCode, BinaryFormatCode:
float4.go#L100: return format == TextFormatCode || format == BinaryFormatCode
float4.go#L118: case TextFormatCode:
float4.go#L190: case TextFormatCode:
float8.go#L108: return format == TextFormatCode || format == BinaryFormatCode
float8.go#L126: case TextFormatCode:
float8.go#L228: case TextFormatCode:
hstore.go#L56: buf, err := HstoreCodec{}.PlanEncode(nil, 0, TextFormatCode, h).Encode(h, nil)
hstore.go#L66: return format == TextFormatCode || format == BinaryFormatCode
hstore.go#L81: case TextFormatCode:
hstore.go#L171: case TextFormatCode:
inet.go#L32: return format == TextFormatCode || format == BinaryFormatCode
inet.go#L47: case TextFormatCode:
inet.go#L115: case TextFormatCode:
int.go#L127: return format == TextFormatCode || format == BinaryFormatCode
int.go#L143: case TextFormatCode:
int.go#L243: case TextFormatCode:
int.go#L690: return format == TextFormatCode || format == BinaryFormatCode
int.go#L706: case TextFormatCode:
int.go#L806: case TextFormatCode:
int.go#L1264: return format == TextFormatCode || format == BinaryFormatCode
int.go#L1280: case TextFormatCode:
int.go#L1380: case TextFormatCode:
interval.go#L67: buf, err := IntervalCodec{}.PlanEncode(nil, 0, TextFormatCode, interval).Encode(interval, nil)
interval.go#L77: return format == TextFormatCode || format == BinaryFormatCode
interval.go#L92: case TextFormatCode:
interval.go#L166: case TextFormatCode:
json.go#L17: return format == TextFormatCode || format == BinaryFormatCode
json.go#L21: return TextFormatCode
jsonb.go#L14: return format == TextFormatCode || format == BinaryFormatCode
jsonb.go#L18: return TextFormatCode
jsonb.go#L24: plan := (&JSONCodec{Marshal: c.Marshal, Unmarshal: c.Unmarshal}).PlanEncode(m, oid, TextFormatCode, value)
jsonb.go#L28: case TextFormatCode:
jsonb.go#L47: plan := (&JSONCodec{Marshal: c.Marshal, Unmarshal: c.Unmarshal}).PlanScan(m, oid, TextFormatCode, target)
jsonb.go#L51: case TextFormatCode:
jsonb.go#L96: case TextFormatCode:
jsonb.go#L121: case TextFormatCode:
line.go#L62: buf, err := LineCodec{}.PlanEncode(nil, 0, TextFormatCode, line).Encode(line, nil)
line.go#L72: return format == TextFormatCode || format == BinaryFormatCode
line.go#L87: case TextFormatCode:
line.go#L138: case TextFormatCode:
lseg.go#L58: buf, err := LsegCodec{}.PlanEncode(nil, 0, TextFormatCode, lseg).Encode(lseg, nil)
lseg.go#L68: return format == TextFormatCode || format == BinaryFormatCode
lseg.go#L83: case TextFormatCode:
lseg.go#L136: case TextFormatCode:
ltree.go#L11: return format == TextFormatCode || format == BinaryFormatCode
ltree.go#L16: return TextFormatCode
ltree.go#L23: case TextFormatCode:
ltree.go#L74: case TextFormatCode:
macaddr.go#L11: return format == TextFormatCode || format == BinaryFormatCode
macaddr.go#L28: case TextFormatCode:
macaddr.go#L90: case TextFormatCode:
multirange.go#L74: case TextFormatCode:
multirange.go#L112: encodePlan = p.m.PlanEncode(p.ac.ElementType.OID, TextFormatCode, elem)
multirange.go#L271: elementScanPlan := c.ElementType.Codec.PlanScan(m, c.ElementType.OID, TextFormatCode, multirange.ScanIndex(0))
multirange.go#L273: elementScanPlan = m.PlanScan(c.ElementType.OID, TextFormatCode, multirange.ScanIndex(0))
multirange.go#L310: case TextFormatCode:
multirange.go#L323: case TextFormatCode:
numeric.go#L232: buf, err := NumericCodec{}.PlanEncode(nil, 0, TextFormatCode, n).Encode(n, nil)
numeric.go#L311: return format == TextFormatCode || format == BinaryFormatCode
numeric.go#L329: case TextFormatCode:
numeric.go#L586: case TextFormatCode:
numeric.go#L815: if format == TextFormatCode {
numeric.go#L825: buf, err := m.Encode(oid, TextFormatCode, n, nil)
path.go#L59: buf, err := PathCodec{}.PlanEncode(nil, 0, TextFormatCode, path).Encode(path, nil)
path.go#L70: return format == TextFormatCode || format == BinaryFormatCode
path.go#L85: case TextFormatCode:
path.go#L163: case TextFormatCode:
pgtype.go#L155: TextFormatCode = 0
pgtype.go#L354: return TextFormatCode
pgtype.go#L468: case TextFormatCode:
pgtype.go#L1090: case TextFormatCode:
pgtype.go#L1146: if formatCode == TextFormatCode {
pgtype.go#L1182: if format == TextFormatCode {
pgtype.go#L1189: buf, err := m.Encode(oid, TextFormatCode, value, nil)
pgtype.go#L1227: if format == TextFormatCode {
pgtype.go#L1322: scanErr := plan.m.Scan(plan.oid, TextFormatCode, []byte(s), &scannedValue)
pgtype.go#L1948: case TextFormatCode:
pgtype.go#L2033: return w.m.Scan(t.OID, TextFormatCode, bufSrc, w.v)
point.go#L93: buf, err := PointCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
point.go#L126: return format == TextFormatCode || format == BinaryFormatCode
point.go#L141: case TextFormatCode:
point.go#L189: case TextFormatCode:
polygon.go#L58: buf, err := PolygonCodec{}.PlanEncode(nil, 0, TextFormatCode, p).Encode(p, nil)
polygon.go#L69: return format == TextFormatCode || format == BinaryFormatCode
polygon.go#L84: case TextFormatCode:
polygon.go#L148: case TextFormatCode:
qchar.go#L18: return format == TextFormatCode || format == BinaryFormatCode
qchar.go#L27: case TextFormatCode, BinaryFormatCode:
qchar.go#L61: case TextFormatCode, BinaryFormatCode:
range_codec.go#L50: return TextFormatCode
range_codec.go#L61: case TextFormatCode:
range_codec.go#L190: lowerPlan := plan.m.PlanEncode(plan.rc.ElementType.OID, TextFormatCode, lower)
range_codec.go#L211: upperPlan := plan.m.PlanEncode(plan.rc.ElementType.OID, TextFormatCode, upper)
range_codec.go#L243: case TextFormatCode:
range_codec.go#L326: lowerPlan := plan.m.PlanScan(plan.rc.ElementType.OID, TextFormatCode, lowerTarget)
range_codec.go#L338: upperPlan := plan.m.PlanScan(plan.rc.ElementType.OID, TextFormatCode, upperTarget)
range_codec.go#L358: case TextFormatCode:
record_codec.go#L78: case TextFormatCode:
record_codec.go#L95: case TextFormatCode:
text.go#L89: return format == TextFormatCode || format == BinaryFormatCode
text.go#L93: return TextFormatCode
text.go#L98: case TextFormatCode, BinaryFormatCode:
text.go#L154: case TextFormatCode, BinaryFormatCode:
text_format_only_codec.go#L8: return format == TextFormatCode && c.Codec.FormatSupported(format)
text_format_only_codec.go#L12: return TextFormatCode
tid.go#L69: buf, err := TIDCodec{}.PlanEncode(nil, 0, TextFormatCode, src).Encode(src, nil)
tid.go#L79: return format == TextFormatCode || format == BinaryFormatCode
tid.go#L94: case TextFormatCode:
tid.go#L143: case TextFormatCode:
time.go#L68: buf, err := TimeCodec{}.PlanEncode(nil, 0, TextFormatCode, t).Encode(t, nil)
time.go#L78: return format == TextFormatCode || format == BinaryFormatCode
time.go#L93: case TextFormatCode:
time.go#L149: case TextFormatCode:
time.go#L196: buf, err := TimeCodec{}.PlanEncode(nil, 0, TextFormatCode, tim).Encode(tim, nil)
timestamp.go#L141: return format == TextFormatCode || format == BinaryFormatCode
timestamp.go#L156: case TextFormatCode:
timestamp.go#L248: case TextFormatCode:
timestamptz.go#L140: return format == TextFormatCode || format == BinaryFormatCode
timestamptz.go#L155: case TextFormatCode:
timestamptz.go#L239: case TextFormatCode:
tsvector.go#L70: buf, err := TSVectorCodec{}.PlanEncode(nil, 0, TextFormatCode, t).Encode(t, nil)
tsvector.go#L133: return format == TextFormatCode || format == BinaryFormatCode
tsvector.go#L148: case TextFormatCode:
tsvector.go#L309: case TextFormatCode:
uint32.go#L109: return format == TextFormatCode || format == BinaryFormatCode
uint32.go#L127: case TextFormatCode:
uint32.go#L238: case TextFormatCode:
uint64.go#L86: return format == TextFormatCode || format == BinaryFormatCode
uint64.go#L104: case TextFormatCode:
uint64.go#L209: case TextFormatCode:
uuid.go#L141: return format == TextFormatCode || format == BinaryFormatCode
uuid.go#L156: case TextFormatCode:
uuid.go#L202: case TextFormatCode:
xml.go#L17: return format == TextFormatCode || format == BinaryFormatCode
xml.go#L21: return TextFormatCode
github.com/jackc/pgx/v5
extended_query_builder.go#L26: err := eqb.appendParam(m, 0, pgtype.TextFormatCode, args[i])
github.com/jackc/pgx/v5/pgconn
pgconn.go#L3021: outputFields[i].Format = pgtype.TextFormatCode