Designing Java routines
Designing Java™ routines is a task that should precede creating Java routines. Designing Java routines is related to both designing external routines implemented in other programming languages and designing Java database applications.
Before you begin
Knowledge and experience with embedded SQL application development as well as general knowledge of external routines. The following topics can provide you with some of the required prerequisite information.
For more information on the features and uses of external routines, see:For more information about how to program a basic Java application using either the JDBC or SQLJ
application programming interfaces, see:
About this task
Procedure
- Supported SQL data types in Java routines
- Parameters in Java routines
- Parameter style JAVA procedures
- Parameter style JAVA Java functions and methods
- Returning result sets from JDBC procedures
- Returning result sets from SQLJ procedures
- Restrictions on Java routines
- Table function execution model for Java