SQLWrapper

SQL syntax made easy.
Download

SQLWrapper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Gabriele
  • Operating Systems:
  • Windows All
  • File Size:
  • 105 KB

SQLWrapper Tags


SQLWrapper Description

SQLWrapper is a small, handy Java library designed to abstract Java developers from SQL syntax (written as per SQLite and Java DB standards), by providing methods that return Strings of SQL commands to pass on to JDBC. This component is targetted at both junior developers with no SQL knowledge, and at experienced developers. The use of the library allows compile-time checking for, many, otherwise run-time bugs. SqlWrapper class provides static methods that cover basic SQL functions such as create, drop, select, insert, and update. It also provides increment and last functions although they don't correspond to SQLite SQL commands. However it doesn't, yet, cover the all combinations of SQL statements. It also provides classes to create Table and Column objects to pass as parameters to SqlWrapper functions. This again increases compile-time code checking, against passing String parameters, and allows for cleaner code.


SQLWrapper Related Software