Nonstop Database, HiRDB Version 9 UAP Development Guide
public void Jdbh_JARInstall(java.sql.Connection con,
String JarName)
|
None.
This method registers the specified JAR file in HiRDB using the Java.sql.Connection object. If HiRDB already contains a file with the same name, an error occurs.
public void Jdbh_JARUnInstall(java.sql.Connection con,
String JarName)
|
None.
This method deletes the specified JAR file from HiRDB using the Java.sql.Connection object.
public void Jdbh_JARReInstall(java.sql.Connection con,
String JarName)
|
None.
This method re-registers the specified JAR file in HiRDB using the Java.sql.Connection object. If HiRDB already contains a file with the same name, it is overwritten (an error does not occur).
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.