JDBC script operations
You use the script API to drive the Java™ JDBC calls directly for script operations.
JDBC script operations are to be used for basic JDBC access. For more robust, scalable JDBC connectivity, use theIBM® Product Master interface. For example, basic JDBC access includes opening a connection, writing a single piece of SQL, and then closing the connection. The SQL statements are exposed through the Product Master script API. If this type of JDBC processing is required, use the Java script operations.
Three components in Product Master are supported only by script operations and are not supported in the user interface: JDBC, IBM MQ, and JMS.