public class TSyntaxError extends Object
Modifier and Type | Field and Description |
---|---|
long |
columnNo
the column number of the first character for error token.
|
int |
errorno |
EErrorType |
errortype |
String |
hint |
long |
lineNo
the line number of the first character for error token.
|
TObjectName |
objectName |
int |
posInList |
TCustomSqlStatement |
sqlStatement |
int |
tokencode |
String |
tokentext
Text of token where syntax error occurs.
|
Constructor and Description |
---|
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) |
TSyntaxError(TSourceToken pSt,
String hint,
EErrorType errortype,
int errorno,
TCustomSqlStatement sql) |
TSyntaxError(TSyntaxError n) |
Modifier and Type | Method and Description |
---|---|
long |
getColumnNo() |
String |
getErrorMessage() |
long |
getLineNo() |
public long lineNo
public long columnNo
public EErrorType errortype
public int errorno
public TCustomSqlStatement sqlStatement
public int posInList
public int tokencode
public TObjectName objectName
public TSyntaxError(TSourceToken pSt, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql)
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList)
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList, TObjectName objectName)
public TSyntaxError(TSyntaxError n)
public long getLineNo()
public long getColumnNo()
public String getErrorMessage()