Table of Contents Overview Menus Windows Buttons

Output Window Options

These options offer a convenient way to set the Output Window parameters. These options are connection-specific. Click Apply to save your changes.

OPTION DESCRIPTION
Present ResultSet as (Text/Table)

Specifies how to present future ResultSets in the Output Window. The current ResultSet is not affected.

The default is "Table."

See also: Table vs Text output.

Method used in the DB Object to display data The method used to print out data values stored in a Java object that is stored in the database. The default is "toString," but you can change it to a user-defined method name.
Automatically extract the data from the DB Java Object Check this box to automatically extract the data from Java objects stored in the database.
Field delimiter to be used in the output file (table only) Defines the character to be used as a delimiter between the field data when a ResultSet is written into a file. This is only valid when the ResultSet is presented in a Table. ResultSets presented in Text mode appear exactly the same in the output file as they do in the Output Window.

Table of Contents Overview Menus Windows Buttons