Thiwanka Somasiri wrote:

It is possible to query XPLAIN style tables in ij.For example,

call syscs_util.syscs_set_xplain_schema('MY_STATS');

How can I do this in a Java Program in order to set the explain schema?

For some examples, have a look at XplainStatisticsTest.java in the trunk
in the directory java/testing/org/apache/derbyTesting/functionTests/tests/lang.

In particular, look at the subroutines enableXplainStyle() and 
disableXplainStyle().

thanks,

bryan

Reply via email to