The SQLProcessor as a JDBC Facade
(also known as "a better way to use JDBC")
Alvin J. Alexander
DevDaily.com
Introduction
Motivation
A Simple JDBC Example
The JDBC Program
Discussion of the BasicJDBCDemo class
The doTests method
The same functionality using the SQLProcessor
Discussion
The doSelectTest method
The doInsertTest , doUpdateTest, and doDeleteTest methods
A Second SQLProcessor Example
How the SQLProcessor Helps You Debug Problems
The doUpdateTest and doDeleteTest methods
The doSelectTest method
Summary/Conclusion
Resources