Program to find no of metrics in a file ----- Java code

Program to find no of metrics in a file ----- Java code

Hi Friends,

I got a task to calculate the metrics of a program, like to find the no of SELECT and INSERT statement is a program. With that I have to even calculate the tablewise no of SELECT and INSERT statements, I have written the code for finding the no of SELECT and INSERT statements but unable to find tablewise.

E.G

Table Statement Occurance Pgm_table SELECT 4 Abc_table INSERT 5

Please help me out with this or anybody can just tell me the logic how to calculate the statements tablewise, it will be a great help. I am trying to write the code in JSP. Please help.

View Answers

September 29, 2011 at 11:35 AM

Please help me regarding the above query, its an urgent need









Related Tutorials/Questions & Answers:

Ads