skip to main content
Designing JDBC Applications for Performance Optimization : Selecting JDBC Objects and Methods
  

Try DataDirect Drivers Now

Selecting JDBC Objects and Methods

The guidelines in this section will help you to select which JDBC objects and methods will give you the best performance.
* Using Parameter Markers as Arguments to Stored Procedures
* Using the Statement Object Instead of the PreparedStatement Object
* Using Batches Instead of Prepared Statements
* Choosing the Right Cursor
* Using get Methods Effectively
* Retrieving Auto Generated Keys