Table of Contents
- Title and Copyright Information
- Preface
- 1 Using WebLogic JDBC in an Application
-
2
Using DataSource Resource Definitions
- Using Java EE DataSource Resource Definitions
- Using WebLogic Configuration Attributes
- Implementation Considerations When Using DataSource Resource Definitions
- Using Data Sources in Clients
- Additional Resources
- 3 Performance Tuning Your JDBC Application
-
4
Using WebLogic-branded DataDirect Drivers
- Using DataDirect Documentation
- JDBC Specification Compliance
- Installation
- Supported Drivers and Databases
- Connecting Through WebLogic JDBC Data Sources
- Developing Your Own JDBC Code
- Specifying Connection Properties
- Using IP Addresses
- Required Permissions for the Java Security Manager
- For MS SQLServer Users
-
5
Using WebLogic Wrapper Drivers
- Using the WebLogic RMI Driver (Deprecated)
- Using the WebLogic JTS Driver (Deprecated)
-
6
Using API Extensions in JDBC Drivers
- Using API Extensions to JDBC Interfaces
- Using API Extensions for Oracle JDBC Types
- Using Batching with the Oracle Thin Driver
- Using the Java Security Manager with the Oracle Thin Driver
- 7 Getting a Physical Connection from a Data Source
-
8
Using RowSets with WebLogic Server
- Deprecation of weblogic.jdbc.rowsets
- About RowSets
- Types of RowSets
- Programming with RowSets
-
CachedRowSets
- Characteristics
- Special Programming Considerations and Limitations for CachedRowSets
- Code Example
- Importing Classes and Interfaces for a CachedRowSet
- Creating a CachedRowSet
- Setting CachedRowSet Properties
- Database Connection Options
- Populating a CachedRowSet
- Setting CachedRowSet MetaData
- Working with Data in a CachedRowSet
- Synchronizing RowSet Changes with the Database
- RowSet MetaData Settings for Database Updates
- WebLogic RowSet Extensions for Working with MetaData
- RowSets and Transactions
-
FilteredRowSets
- FilteredRowSet Characteristics
- Special Programming Considerations
- FilteredRowSet Code Example
- Importing Classes and Interfaces for FilteredRowSets
- Creating a FilteredRowSet
- Setting FilteredRowSet Properties
- Database Connection Options for a FilteredRowSet
- Populating a FilteredRowSet
- Setting FilteredRowSet MetaData
- Setting the Filter for a FilteredRowSet
- Working with Data in a FilteredRowSet
- WebRowSets
- JoinRowSets
- JDBCRowSets
- Handling SyncProviderExceptions with a SyncResolver
- WLCachedRowSets
- SharedRowSets
- SortedRowSets
- SQLPredicate, a SQL-Style RowSet Filter
- Optimistic Concurrency Policies
- Performance Options
- 9 Troubleshooting JDBC