const github.com/jackc/pgx/v5.TextFormatCode
9 uses
github.com/jackc/pgx/v5 (current package)
derived_types.go#L172: rows, err := c.Query(ctx, sql, QueryResultFormats{TextFormatCode}, typeNames)
extended_query_builder.go#L65: if preferredFormat == TextFormatCode {
extended_query_builder.go#L68: otherFormat = TextFormatCode
extended_query_builder.go#L142: return TextFormatCode
rows.go#L316: case TextFormatCode:
values.go#L12: TextFormatCode = 0
values.go#L17: buf, err := m.Encode(0, TextFormatCode, arg, []byte{})
values.go#L49: textBuf, err := m.Encode(oid, TextFormatCode, arg, nil)
values.go#L57: err := m.Scan(oid, TextFormatCode, []byte(s), &v)