up previous next contents
Up: sqlprocessor Previous: A Second SQLProcessor Example Next: Resources   Contents

Summary/Conclusion

In this tutorial I demonstrated how you can convert a JDBC-based Java program to a SQLProcessor-based program. Along the way I demonstrated some of the advantages of the SQLProcessor, including:

  1. The use of named parameters.
  2. The SQLProcessor is less verbose.
  3. It handles the closing of Connections, Statements, and ResultSets.
  4. The SQLProcessor syntax is clearer than Statements and PreparedStatements.
  5. It provides exceptional debugging output.

The SQLProcessor is available as an Open Source tool under the GNU LGPL license.