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.