This is a feature of JBuilder Professional and Enterprise.
JBuilder provides a JDBC monitoring class which can monitor JDBC traffic. JBuilder provides a user interface, invoked from Tools|JDBC Monitor, to work with this class at design time. For information on using this class at run time, see "Using the JDBC Monitor in a running application" in the Database Application Developer's Guide.
JDBC Monitor will monitor any JDBC driver (i.e., any subclass of java.sql.Driver
) while it is in use by JBuilder. The JDBC Monitor monitors all output directly from the JDBC driver.
See the Database Application Developer's Guide topic "Monitoring database connections" for more information.
Displays the current contents of the data stream.
Check this option to enable log output and turn the driver trace on. Uncheck this option to disable log output and turn the driver trace off.
Saves selected text (or all text, if nothing is selected) to a file. Select text in the log area by highlighting it with the mouse or keyboard. Selecting this option brings up the Save Output To File dialog, where you specify the name of the file to save the selected text (or all text, if nothing is selected). The file is not continuously updated, the data is written to the file on an as-requested basis.
Click this button to remove the selected text (or all text, if nothing is selected).
Selecting this option opens the Set Maximum Log Size dialog. Enter the number of characters to store in the log. Click OK to close.