Class Hierarchy        Index

Class COM.cloudscape.tools.dbclasses

java.lang.Object
   |
   +----COM.cloudscape.tools.dbclasses

public class dbclasses
extends Object
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.

Please read the user documentation for use of the COM.cloudscape.tools.dbclasses tool.


Constructor Index

 o dbclasses()

Method Index

 o addJar(String, String, String)
Add a class jar file in the database of the current connection.
 o main(String[])
 o removeJar(String, String)
Remove an existing class jar file in the database of the current connection.
 o replaceJar(String, String, String)
Replace an existing class jar file in the database of the current connection with a new version.

Constructors

 o dbclasses
 public dbclasses()

Methods

 o main
 public static void main(String args[]) throws Exception
 o addJar
 public static void addJar(String schemaName,
                           String sqlName,
                           String externalJarPath) throws Exception
Add a class jar file in the database of the current connection.

Throws: Exception
jar file does not exist or database error.
 o replaceJar
 public static void replaceJar(String schemaName,
                               String sqlName,
                               String externalJarPath) throws Exception
Replace an existing class jar file in the database of the current connection with a new version.

Throws: Exception
jar file does not exist or database error.
 o removeJar
 public static void removeJar(String schemaName,
                              String sqlName) throws Exception
Remove an existing class jar file in the database of the current connection.

Throws: Exception
jar file does not exist or database error.

  Class Hierarchy        Index