You are here: Symbol Reference > Classes > Common SQL Statement Classes > TCustomSqlStatement Class > public > GetTextFromParseTree Method
ContentsIndexHome
PreviousUpNext
TCustomSqlStatement.GetTextFromParseTree Method
Pascal
function GetTextFromParseTree: lzString; virtual;
Description

 

Return sql text by iterating parse tree of this sqlstatement. Usually it should be the same as original sql text if parse tree is not modified manually.

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