skip to main content
Designing JDBC Applications for Performance Optimization : Managing Connections and Updates
  
Managing Connections and Updates
The guidelines in this section will help you to manage connections and updates to improve system performance for your JDBC applications.
* Managing Connections
* Managing Commits in Transactions
* Choosing the Right Transaction Model
* Using updateXXX Methods
* Using getBestRowIdentifier()