Create Java user-defined routines
A user-defined routine (UDR) is a routine that an SQL statement or another UDR can invoke. UDRs written in Java™ code use the server-side implementation of the HCL OneDB™ JDBC Driver to communicate with the database server.
This section provides the following information about
UDRs written in Java code:
- What tasks a UDR can perform
- How to create a UDR