Innovation Award
 November 2008
Number 2 |
Sub-queries allow the execution of complex database queries that may be hard to read and understand.
This class can parse an SQL query with eventual nested sub-queries. It returns an array structure that is easier to read and understand.
Manuel Lemos |
This class can be used to build a tree to represent an SQL query.
It takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.
Currently it supports only SELECT, INSERT, UPDATE, DELETE queries.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (90.0%) |
Good (80.0%) |
- |
Sufficient (70.0%) |
- |
Sufficient (68.8%) |
Sufficient (66.9%) |
293 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.