Uses of Class
gudusoft.gsqlparser.EErrorType

Packages that use EErrorType
gudusoft.gsqlparser   
 

Uses of EErrorType in gudusoft.gsqlparser
 

Fields in gudusoft.gsqlparser declared as EErrorType
 EErrorType TSyntaxError.errortype
           
 

Methods in gudusoft.gsqlparser that return EErrorType
static EErrorType EErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EErrorType[] EErrorType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in gudusoft.gsqlparser with parameters of type EErrorType
TSyntaxError(java.lang.String tokentext, long lines, long columns, java.lang.String hint, EErrorType errortype, int errorno)