STOP JAVA statement

Use this statement to stop the Java VM.

Syntax
STOP JAVA
Remarks

The STOP JAVA statement unloads the Java VM when it is not in use. The main use is to economize on the use of system resources.

Permissions

This statement is not supported on Windows Mobile.

Side effects

None

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

Stop the Java VM.

STOP JAVA;