Fork me on GitHub

SQL Processor

Data Driven Queries

The SQL Processor (or SQLP) is an engine producing the ANSI SQL statements and providing their execution without the necessity to write Java plumbing code related to the ORM or JDBC API. The input to the SQL Processor is Based on the inputs the final SQL query/statement is generated. The parameters are bounded and finally this query/statement is executed. This process is known as a Data Driven Query. The binding of the input values is done using the Reflection API, without any Java plumbing code. The output of the SQL Processor is The SQL Processor Eclipse Plugin (or SQLEP) enables smart edition of the SQL Processor (SQLP) artefacts, POJO and DAO modelling and SQLP artefacts generation based on DB model (including all META SQL statements, POJO and DAO Java code).

Available resources

The SQL Processor is available from the next Maven repos:

Tutorials and sources:

The SQL Processor Eclipse Plugin is available from the next P2 repos:

Downloads

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/hudec/sql-processor