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

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - 编程 » 数据库中的 Java

 

如何启动和停止 Java VM

Java VM 将在执行第一个 Java 操作时自动装载。要显式装载它以便为执行 Java 操作做好准备,可通过执行以下语句来完成此任务:

START JAVA;

可在不使用 Java 时使用 STOP JAVA 语句卸载 Java VM。语法是:

STOP JAVA;