function GetTextFromParseTree: lzString;
Text from parse tree nodes, should be same as input sql if parse tree was not modified manually.
Use this function to get all text from parse tree nodes, result should be the same as input sql including comments.
If you modify parse tree, you may regenerate output sql using this function.