| Package | Description |
|---|---|
| gudusoft.gsqlparser.analyzer.v2.callgraph |
| Modifier and Type | Method and Description |
|---|---|
CallGraphNode |
CallGraph.getNode(String routineId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CallGraphNode> |
CallGraph.getNodes() |
List<CallGraphNode> |
CallGraph.getNodesAccessingTable(String tableName,
ETableAccessKind filter)
Finds all nodes that access a given table.
|