[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JDBC Statements & Control Flow Information



Hi,

I'm interested in using soot to extract JDBC calls and control flow
information associated with those calls from a class or an application.
Ideally, I would like to be able to process a class and get the JDBC
statements in that class, any variables that are used in those
statements, and control flow for the statements and any variables they
used. Has anyone done something like this or similar? 

Any advice you could give on how to approach this problem would be
greatly appreciated.

Thank you in advance,
Leon Krupkin