Stops the Java VM.
STOP JAVA
The STOP JAVA statement unloads the ClassLoader for the current connection. If the current connection is the last connection using the Java VM, then the STOP JAVA statement will also exit the Java VM. The main use of the STOP JAVA statement is to economize on the use of system resources.
None.
None
Not in the standard.
This example stops the Java VM.
STOP JAVA;