PHP Classes / SQL Parse Convert to Tree Array

Build a tree to represent an SQL query

SQL Parse Convert to Tree Array PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags