skip to main content
Designing JDBC Applications for Performance Optimization : Returning Data
  

Try DataDirect Drivers Now

Returning Data

To return data efficiently, return only the data that you need and choose the most efficient method of doing so. The guidelines in this section will help you optimize system performance when retrieving data with JDBC applications.
* Returning Long Data
* Reducing the Size of Returned Data
* Choosing the Right Data Type
* Retrieving Result Sets