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.
-
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(String args[]) throws Exception
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.
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.
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