Home | Previous Page | Next Page   Appendix A. Sample Code Files > Summary of Available Examples >

Examples in the tools Directory

The tools directory includes the following subdirectories:

Examples in the udtudrmgr Directory

The following table lists the files in the udtudrmgr directory. A README file in the directory contains setup information.

Demo Program Name
Description
createDB.java
Creates a sample database
dropDB.java
Drops the sample database
Circle.java
(Demo application 1) Implements a Java class, using the default Input and Output functions, to be converted to a Java opaque type
PlayWithCircle.java
(Demo application 1) Uses the Circle opaque type in a client application
Circle2.java
(Demo application 2) Implements a Java class, with user-supplied Input and Output functions, to be converted to a Java opaque type
PlayWithCircle2.java
(Demo application 2) Uses the Circle2 opaque type in a client application
MyCircle.java
(Demo application 3) Creates a fixed-length opaque type without a preexisting Java class
Group1.java
(Demo application 4) Maps methods in an existing Java class to Java UDRs
PlayWithGroup1.java
(Demo application 4) Uses the UDRs from Group1.java in a client application
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]