Specify deployment descriptor actions

In the UDTManager and UDRManager methods, the deploy parameter indicates whether install_actions should be executed if a deployment descriptor is present in the JAR file. The undeploy parameter indicates whether remove_actions should be executed.
0
Execute install_actions or remove_actions.
Nonzero
Do not execute install_actions or remove_actions.

A deployment descriptor allows you to include the SQL statements for creating and dropping UDRs in a JAR file. For more information about the deployment descriptor, see the HCL® J/Foundation Developer's Guide and the SQLJ specification.