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.
dbclasses()
-
addJar(String, String, String)
- Add a class jar file in the database of
the current connection.
main(String[])
-
removeJar(String, String)
- Remove an existing class jar file in the database of
the current connection.
replaceJar(String, String, String)
- Replace an existing class jar file in the database of
the current connection with a new version.
dbclasses
public dbclasses()
main
public static void main(java.lang.String args[]) throws java.lang.Exception
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.
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.
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