Chapter11.JDBC Components
Abstract
Guide for successfully installing and running the OpenLink JDBC Client Classes.
The OpenLink Drivers for JDBC enable the development, deployment, and utilization of database independent Java Applications, Applets, Servlets, and Bean Components (collectively called JDBC Clients) that conform to the JDBC 1.1.x, or JDBC 2.0.x specifications from JavaSoft.
JDBC clients are built by importing the "java.sql.*" collection of classes known as the JDBC Driver Manager interface. The JDBC Driver Manager uses JDBC URLs to link JDBC clients with JDBC Drivers. It is important to note that JDBC URLs are JDBC Driver specific. Detailed information regarding JDBC is available from: java.sun.com.
Table of Contents
- 11.1. OpenLink JDBC Drivers
-
- 11.1.1. New JDBC Driver Packages
- 11.1.2. New Features & Enhancements
- 11.2. Downloading Driver Software
- 11.3. OpenLink Drivers for JDBC Installation & Configuration
- 11.4. Java Based Local Client-Server
- 11.5. Java Based Client-Server (2-Tier) Installation
- 11.6. Java Based Application-Server (3-Tier) Installation
- 11.7. OpenLink Server Components Configuration
- 11.8. OpenLink Drivers for JDBC Utilization
-
- 11.8.1. OpenLink Driver for JDBC Type 1
- 11.8.2. OpenLink Driver for JDBC Type 3
- 11.8.3. Examples
- 11.9. OpenLink Demonstration Programs
-
- 11.9.1. JDBC Compliant Applet Demos
- 11.9.2. JDBCDemo
- 11.9.3. ScrollDemo
- 11.9.4. ScrollDemo2
- 11.9.5. RowSetDemo
- 11.9.6. JDBC compliant Application Demos
- 11.10. Important Multi-User JDBC Solution Development & Utilization Issues
-
- 11.10.1. Sensitivity To Changes In Underlying Database
- 11.10.2. Concurrency Control
- 11.11. JDBC 3 Driver Classes
-
- 11.11.1. Class BaseRowSet
- 11.11.2. Class OPLCachedRowSet
- 11.11.3. Class OPLConnectionPoolDataSource
- 11.11.4. Class OPLDataSource
- 11.11.5. Class OPLDataSourceFactory
- 11.11.6. Class OPLJdbcRowSet
- 11.11.7. Class OPLPooledConnection
- 11.11.8. Class OPLPoolStatistic
- 11.11.9. Class OPLRowSetMetaData
- 11.12. New Features