Borland Developer Network

Borland JBuilder Partner CD

JBuilder

Trial

Simple DAO Helper

Personal, Standard, Enterprise

Simple DAO Helper (ID #24201)


OOP-Reserch Corporation

Simple DAO Helper is the Java API for making DAO (Data Access Object) simpler. The main interface of this Java API is SimpleDaoHelper. Given the QueryData object, the implementation of SimpleDaoHelper is responsible for the next jobs:
* Creates the PreparedStatement object
* Sets the specified values on the PreparedStatement object
* Executes the PreparedStatement object
On the QueryData object, you can specify:
* The arbitrary SQL statement
* A series of values to be inserted into the SQL statement

Install Simple DAO Helper

Simple DAO Helper home page