Low level support for tracing raw SQL queries. Currently, no ORM
tools are directly supported.
Table 9. Operations of jdbc plug-in
| Collection Point | Summary |
|---|
| java.sql.Statement | Operation with the raw SQL
statement. |
| java.sql.PreparedStatement | Operation with the raw SQL statement and
parameters. |