public static final class DynamicSqlEdgeProof.Verdict extends Object
| Modifier and Type | Field and Description |
|---|---|
SqlFragment.HoleOrigin |
blockingHole
Origin of the hole that blocked the edge, when P1/P2 failed on one.
|
String |
blockingHoleName
Name of the variable / call / expression behind
blockingHole. |
boolean |
publishable
Historical classifier acceptance; not permission to publish.
|
String |
reason
Refusal cause, tagged with the failing condition;
null when publishable. |
public final boolean publishable
public final String reason
null when publishable.public final SqlFragment.HoleOrigin blockingHole
public final String blockingHoleName
blockingHole.