 |
|
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.
|
|
| Name: |
SQL Parse Convert to Tree Array |
| Base name: |
dqml2tree |
| Description: |
Build a tree to represent an SQL query |
| Version: |
0.12 |
| PHP version: |
4.4 |
| License: |
Public Domain |
| All time users: |
1840 users |
| All time rank: |
1911 |
| Week users: |
2 users |
| Week rank: |
1324  |
| |
|
| |
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%) |
678 |
| 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 |
|
|