Query View

Used to query the space using SQL statements and view the resulting data set in tabular format.

The Query view allows you to query the space using SQL statements and to get the full resulting data set in tabular format.

query_view.gif

The Query view includes the following options:

  • Result set table – the query results are displayed in a table at the lower part of the Service View, where each row represents Entry data, and each column represents class attribute data. Non-native types' attribute data is displayed using the toString returned value.

Make sure that the space includes the non-native attribute classes as part of its classpath, and that the relevant application has the correct codebase, so that the the query result set table can display non-native type attribute data correctly.