SqlBuilder

Open source Java library that will help you to easily generate SQL queries
Download

SqlBuilder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Health Market Science
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 142 KB

SqlBuilder Tags


SqlBuilder Description

Open source Java library that will help you to easily generate SQL queries SqlBuilder is a library which attempts to take the pain out of generating SQL queries within Java programs. Using one programming language (Java) to generate code for another language (i.e. SQL) is always a challenge. There are always issues with escaping characters within string literals, getting spaces in the right place, and getting the parentheses to match up. And often, even after the code is debugged and fully tested, it is still very fragile. The slightest change will throw things out of balance and will require another round of tweaking and testing.SqlBuilder changes that whole scenario by wrapping the SQL syntax within very lightweight and easy to use Java objects which follow the "builder" paradigm (similar to StringBuilder). What's New in This Release: · Add hasParens() method to NestableClause so that InCondition can accurately determine if the values need to be wrapped in parens or not. · Fixes 2817484.


SqlBuilder Related Software