Class Hierarchy    Previous  Next  Index

Class COM.cloudscape.tools.dbclasses

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

public class dbclasses
extends java.lang.Object
Copyright © 1998-2000, Informix Software, 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.

Constructor Detail

 o dbclasses
public dbclasses()

Method Detail

 o main
public static void main(java.lang.String args[]) throws java.lang.Exception
 o addJar
public static void addJar(java.lang.String schemaName,
                          java.lang.String sqlName,
                          java.lang.String externalJarPath) throws java.lang.Exception
          Add a class jar file in the database of the current connection.
Throws:
java.lang.Exception - jar file does not exist or database error.
 o replaceJar
public static void replaceJar(java.lang.String schemaName,
                              java.lang.String sqlName,
                              java.lang.String externalJarPath) throws java.lang.Exception
          Replace an existing class jar file in the database of the current connection with a new version.
Throws:
java.lang.Exception - jar file does not exist or database error.
 o removeJar
public static void removeJar(java.lang.String schemaName,
                             java.lang.String sqlName) throws java.lang.Exception
          Remove an existing class jar file in the database of the current connection.
Throws:
java.lang.Exception - jar file does not exist or database error.

  Class Hierarchy    Previous  Next  Index