REMOVE Statement

Removes a class, a package, or a JAR file from a database. Removed classes are no longer available for use as a variable type. Any class, package, or JAR to be removed must already be installed.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

REMOVE JAVA classes_to_remove

classes_to_removeCLASS java_class_name [, java_class_name ]… 
   | PACKAGE java_package_name [, java_package_name ]… 
   | JAR jar_name [, jar_name ]… [ RETAIN CLASSES ] }

Parameters

(back to top)

Examples

(back to top)

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported by Adaptive Server. A similar feature is available in an Adaptive Server-compatible manner using nested transactions.

Permissions

(back to top)

Requires one of:
  • MANAGE ANY EXTERNAL OBJECT system privilege.
  • You own the object.