Is there any function available out-there that will convert an SQL statement into a class and also convert such a class back into an SQL statement.
I want to take an SQL statement and store it semantically into a relational database, there the relationships can be rewired or reconfigured and the database reconstructed into an SQL query.
All i need is something that parses a query into a class and also performs the reverse.
Anyone know of something pre-existing?
Thanks
All the Best,
Ed