 |
|
Innovation award
 Nominee: 1x |
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.
| |
Tutorial videos and presentations |
|
|
 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 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (78.6%) |
Good (85.7%) |
- |
Sufficient (75.0%) |
- |
Sufficient (70.8%) |
Sufficient (62.4%) |
648 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|