User's Guide
PART 3. Java in the Database
This chapter describes how to add Java classes and objects to your database, and how to use these objects in a relational database.
In order to run the examples in this chapter, you should run the file jdemo.sql, included in the jxmp subdirectory of your installation directory.
For full instructions, see Installing the Java examples.
Overview of using Java
Managing the runtime environment for Java
Java-enabling a database
Installing Java classes into a database
Creating columns to hold Java objects
Inserting, updating, and deleting Java objects
Querying Java objects
Comparing Java fields and objects
Returning result sets from Java methods
How Java objects are stored
Java database design
Using computed columns with Java classes
Configuring memory for Java