You are here: Symbol Reference > Classes > TCustomGSqlParser Class > public > SourceTokenList Property
ContentsIndexHome
PreviousUpNext
TCustomGSqlParser.SourceTokenList Property
Pascal
property SourceTokenList: TSourceTokenList;
Description

A list of source tokens generated from input sql text. It is the input of yacc parser. 

All kinds of input such as whitespace, comments are all included in this source token list.

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