You are here: Symbol Reference > Structs, Records, Enums > TSyntaxError Record
ContentsIndexHome
PreviousUpNext
TSyntaxError Record
File

LzBaseType

Pascal
TSyntaxError = record
  ErrorType: TSyntaxParseError;
end;
Members
Members 
Description 
ErrorType: TSyntaxParseError; 

Type of this error. 
Description

 

Used to describe syntax error that found during parse sql.

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