Replacing a jar file
Replacing a jar file
The SQL syntax to replace a jar file is:
CALL SQLJ.replace_jar( 'jarFilePath', qualifiedJarName)
- 
jarFilePath 
The path and physical name of the jar file to add or use as a replacement. An example:
d:/todays_build/tours.jar
 - 
qualifiedJarName 
The Derby name of the jar file, qualified by the schema name. Two examples:
MYSCHEMA.Sample1 -- a delimited identifier. MYSCHEMA."Sample2"
 
Previous Page
Next Page
Table of Contents
Index

