Description of Ga SQL Parser :
A string parser that is capable to parse SQL statements into tokens, allows changing theese tokens and rebuilding (modified) SQL statement.Consists two components:gaBasicSQLParsergaAdvancedSQLParserSimple demo program included.New in 0.07 alpha:Added ability to parse JOIN clauses of SELECT statememt