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

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L141: func (c *JSONCodec) PlanScan(m *Map, oid uint32, formatCode int16, target any) ScanPlan {
		jsonb.go#L47: 		plan := (&JSONCodec{Marshal: c.Marshal, Unmarshal: c.Unmarshal}).PlanScan(m, oid, TextFormatCode, target)
		jsonb.go#L52: 		return (&JSONCodec{Marshal: c.Marshal, Unmarshal: c.Unmarshal}).PlanScan(m, oid, format, target)