Our JDBC drivers come with a software developer kit (SDK) that includes DataDirect Test for JDBC and DataDirect Spy for JDBC:
DataDirect Test for JDBC
DataDirect Test is a graphical, menu-driven program that helps developers debug JDBC applications. It works by displaying the results of all JDBC function calls with sample Java JDBC code (including comments). This tool makes troubleshooting easy, shortening the application development cycle. More on how to use DataDirect Test
DataDirect Spy for JDBC
DataDirect Spy is used for tracing calls in running programs. This utility passes calls issued by an application to an underlying DataDirect JDBC driver and logs detailed information about those calls. The results passed back from the database to the application are logged too. Spy differs from Test in that Spy captures the transactions of other users, whereas Test captures your own transactions. See the Connect for JDBC User's Guide and Reference to read more about DataDirect Spy.