IBM DB2 Manual page 186

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
CALL SQLJ.DB2_INSTALL_JAR ( Jar-locator, JAR-name, deploy )
170
Application Programming Guide and Reference for Java
SQLJ.INSTALL_JAR parameters
url A VARCHAR(1024) input parameter that identifies the z/OS UNIX System
Services full path name for the JAR file that is to be installed in the DB2
catalog. The format is file://path-name or file:/path-name.
JAR-name
A VARCHAR(257) input parameter that contains the DB2 name of the JAR, in
the form schema.JAR-id or JAR-id. This is the name that you use when you refer
to the JAR in SQL statements. If you omit schema, DB2 uses the SQL
authorization ID that is in the CURRENT SCHEMA special register. The owner
of the JAR is the authorization ID in the CURRENT SQLID special register.
deploy
An INTEGER input parameter that indicates whether additional actions should
be performed after the JAR file is installed. Additional actions are not
supported, so this value should always be 0.
SQLJ.DB2_INSTALL_JAR stored procedure
SQLJ.DB2_INSTALL_JAR creates a new definition of a JAR file in the local DB2
catalog or a remote DB2 catalog.
To install a JAR file at a remote location, you need to execute a CONNECT
statement to connect to that location before you call SQLJ.DB2_INSTALL_JAR.
SQLJ.DB2_INSTALL_JAR authorization
Privilege set: If the CALL statement is embedded in an application program, the
privilege set is the privileges that are held by the authorization ID of the owner of
the plan or package. If the statement is dynamically prepared, the privilege set is
the privileges that are held by the authorization IDs of the process.
For calling SQLJ.DB2_INSTALL_JAR, the privilege set must include at least one of
the following items:
v The EXECUTE privilege on SQLJ.DB2_INSTALL_JAR
v Ownership of SQLJ.DB2_INSTALL_JAR
v SYSADM authority
The privilege set must also include the authority to install a JAR, which consists of
at least one of the following items:
v The CREATEIN privilege on the schema of the JAR
The authorization ID that matches the schema name implicitly has the
CREATEIN privilege on the schema.
v SYSADM or SYSCTRL authority
SQLJ.DB2_INSTALL_JAR syntax
SQLJ.DB2_INSTALL_JAR parameters
JAR-locator
A BLOB locator input parameter that points to the JAR file that is to be
installed in the DB2 catalog.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents