JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Developing OTDs for Oracle Java CAPS Database Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Developing OTDs for Database Adapters

About Database OTDs

Prepared Statements

Generating ResultSet Nodes of a Stored Procedure

DB2 Database Configuration Information

DB2 Database Connectivity Information

DB2 and Binding Packages

DB2 Connect Database Connection Information

JDBC Database Connection Information

Informix Database Connection Information

Oracle Database Connection Information

SQL Server Database Connectivity Information

Sybase Database Connectivity Information

VSAM Database Connectivity Information

Creating a Database OTD

Selecting the Wizard Type

To Select the Database OTD Wizard

Connecting to a Database

To Connect to a Database

Selecting Database Objects

To Select Database Objects

Selecting Table/Views/Aliases

To Select Table/Views/Aliases

Selecting Procedures

To Select Procedures

Adding Prepared Statements

To Add Prepared Statements

Specifying the OTD Name

To Specify the OTD Name

Review Selections

To Review Your OTD Selections

Editing Existing OTDs

To Edit an Existing OTD

Developing OTDs for Database Adapters

The Database OTD Wizard generates OTDs by connecting to external data sources and creating corresponding Object Type Definitions. The OTD Wizard can create OTDs based on any combination of Tables, Stored Procedures, or Prepared Statements.

Field nodes are added to the OTD based on the Tables in the external data source. Java method and parameter nodes are added to provide the appropriate JDBC functionality. For more information about the Java methods, refer to your JDBC developer’s reference. Each of the database adapters below provides additional support, such as the Sybase adapter which supports double-byte character set (DBCS). The DBCS is a set of characters in which each character is represented by 2 bytes. The Korean language requires double-byte character sets.

The following sections provide information and instructions on how to create a database OTD.

What You Need to Know

The following topics provide information you should know before creating an OTD for your database type.

What You Need to Do

The following topics provide instructions for creating and editing Database OTDs.