public class ExternalCallEdge extends Object
Used by SQL Server call graph to avoid creating virtual nodes for GETDATE(), sp_executesql, xp_cmdshell, and other built-in/system objects.
| Constructor and Description |
|---|
ExternalCallEdge(String callerRoutineId,
String externalName,
String externalType,
SourceAnchor callSite,
boolean securitySensitive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerRoutineId() |
SourceAnchor |
getCallSite() |
String |
getExternalName() |
String |
getExternalType() |
boolean |
isSecuritySensitive() |
String |
toString() |
public ExternalCallEdge(String callerRoutineId, String externalName, String externalType, SourceAnchor callSite, boolean securitySensitive)
public String getCallerRoutineId()
public String getExternalName()
public String getExternalType()
public SourceAnchor getCallSite()
public boolean isSecuritySensitive()