github.com/jackc/pgx/v5/pgtype.LineCodec.PlanEncode (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		line.go#L63: 	buf, err := LineCodec{}.PlanEncode(nil, 0, TextFormatCode, line).Encode(line, nil)
		line.go#L80: func (LineCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {