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

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L69: 	buf, err := TimeCodec{}.PlanEncode(nil, 0, TextFormatCode, t).Encode(t, nil)
		time.go#L86: func (TimeCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		time.go#L198: 	buf, err := TimeCodec{}.PlanEncode(nil, 0, TextFormatCode, tim).Encode(tim, nil)