Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

STOP JAVA statement

Stops the Java VM.

Syntax
STOP JAVA
Remarks

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.

Privileges

None.

Side effects

None

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.

Example

This example stops the Java VM.

STOP JAVA;