Package org.sqlproc.engine

The public part of the SQL Processor implementation.

See: Description

Package org.sqlproc.engine Description

The public part of the SQL Processor implementation. The most important classes are SqlQueryEngine and SqlCrudEngine. There are also some helper classes and basic interfaces.

SQL Processor is Data Driven Query Engine. It's able to dynamically generate ANSI SQL query or statement based on search data provided by an end user or an application. This is done in the runtime, without any plumbing code required.

SQL Processor has 3 basic inputs:

Next, the SQL Processor has one output - the list of result class instances.

For the META SQL query described above the generated ANSI SQL query can be

In the process of data collection from a search form it's used Reflection API. The same API is used in the process of seeding instances of result class with the SQL query execution output.

The package org.sqlproc.engine.impl contains non public part of the SQL Processor implementation. This part of the code can be changed any time to improve the SQL Processor capabilities.

For more info please see the Tutorials.

Author:
Vladimir Hudec

Copyright © 2016. All rights reserved.