| Package | Description |
|---|---|
| gudusoft.gsqlparser.analyzer.v2.callgraph | |
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.common |
| Modifier and Type | Method and Description |
|---|---|
Confidence |
CallEdge.getConfidence() |
| Constructor and Description |
|---|
CallEdge(String callerRoutineId,
String calleeRoutineId,
SourceAnchor callSiteAnchor,
Evidence evidence,
Confidence confidence) |
| Modifier and Type | Method and Description |
|---|---|
Confidence |
BoundColumnRef.getConfidence() |
Confidence |
BoundRoutineRef.getConfidence() |
| Constructor and Description |
|---|
BoundColumnRef(String originalText,
List<String> nameParts,
EQualifierKind qualifierKind,
EBindingStatus bindingStatus,
BoundObjectRef resolvedRelation,
String resolvedColumnName,
List<String> fieldPath,
BoundScope scope,
List<BoundObjectRef> candidateRelations,
Evidence evidence,
Confidence confidence) |
BoundRoutineRef(String originalText,
List<String> nameParts,
EBindingStatus bindingStatus,
BoundRoutineSymbol resolvedRoutine,
List<BoundRoutineSymbol> overloadCandidates,
List<BoundArgument> arguments,
Evidence evidence,
Confidence confidence) |
| Modifier and Type | Field and Description |
|---|---|
static Confidence |
Confidence.HIGH
High confidence constant (1.0).
|
static Confidence |
Confidence.LOW
Low confidence constant (0.3).
|
static Confidence |
Confidence.MEDIUM
Medium confidence constant (0.7).
|
static Confidence |
Confidence.UNKNOWN
Unknown confidence constant (0.0).
|