Sqlbuilder is a SQL build library that reduces the burden of generating SQL queries in Java programs. It uses a programming language (Java) to generate code (that is, SQL) for another language. It is characterized by encapsulating SQL syntax in lightweight, Easy-to-use Java objects, following a builder paradigm similar to StringBuilder. It can change many common SQL syntax and run-time errors to Java compile-time errors.
A simple SQL select query code embedded in a Java program, as follows:
The Sqlbuilder (OPENHMS) version 2.0.10 is primarily about adding flexibility to support SQL constructs. The associated SQL construct has no alias handling table, and dbtable can now build a clear alias. Add SelectQuery addcustomjoin to allow full 17813.html "> customizable join clauses. Combocondition, Unarycondition, binarycondition, and comboexpression can now customize operators. Now all the options for the condition and expression to disable the wrapping bracket.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.