Package gudusoft.gsqlparser
Class TSyntaxError
Object
gudusoft.gsqlparser.TSyntaxError
Detailed information about syntax error.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongthe column number of the first character for error token.intlongthe line number of the first character for error token.intintText of token where syntax error occurs. -
Constructor Summary
ConstructorsConstructorDescriptionTSyntaxError(TSourceToken pSt, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql) TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList) TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList, TObjectName objectName) -
Method Summary
-
Field Details
-
tokentext
Text of token where syntax error occurs. -
lineNo
the line number of the first character for error token. -
columnNo
the column number of the first character for error token. -
hint
-
errortype
-
errorno
-
sqlStatement
-
posInList
-
tokencode
-
objectName
-
-
Constructor Details
-
TSyntaxError
public TSyntaxError(TSourceToken pSt, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql) -
TSyntaxError
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList) -
TSyntaxError
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList, TObjectName objectName) -
TSyntaxError
-
-
Method Details
-
getLineNo
-
getColumnNo
-
getErrorMessage
-