You are here: Symbol Reference > Classes > TCustomGSqlParser Class > public > GetTextFromParseTree Method
ContentsIndexHome
PreviousUpNext
TCustomGSqlParser.GetTextFromParseTree Method
Pascal
function GetTextFromParseTree: lzString;
Returns

Text from parse tree nodes, should be same as input sql if parse tree was not modified manually.

Description

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.

Gudu software http://www.sqlparser.com
Send comments about this topic.