SQL Queries - CAST Knowledge Base - Queries on Links - How to count the number of links generated by the analyzer during the computation of the virtualization
Purpose of Query
The query retrieves the number of links generated by the analyzer during the computation of the virtualization.
Applicable CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Query for CSS
SELECT Count (*)
FROM acc a,
(SELECT idkey
FROM keys
WHERE objtyp IN ( 102, 988, 977 )) JavaMethods
WHERE a.idcle = JavaMethods.idkey
Query result example
187629
Query result interpretation
Purpose of Query
The number of links generated by the analyzer during the computation of the virtualization
Notes/comments
Related Pages