Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

9.5.2 Java program for a Java stored function

When testing or debugging a Java program for a Java stored function, note the following:

  1. You can use a Java program for a Java stored function during server execution without having to modify the debugged program.
  2. A caller Java program directly calls the method of the Java program for a Java stored function during debugging. During server execution, it uses a function call.
  3. Available methods may be different because the Java virtual machine environment is different between debugging and server execution. For details about the methods that cannot be executed, see 9.4.1 Unsupported methods.

Figure 9-13 shows the procedure for testing and debugging a Java program for a Java stored function.

Figure 9-13 Procedure for testing and debugging a Java program for a Java stored function

[Figure]