Uses of Enum
gudusoft.gsqlparser.EErrorType
Packages that use EErrorType
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of EErrorType in gudusoft.gsqlparser
Fields in gudusoft.gsqlparser declared as EErrorTypeMethods in gudusoft.gsqlparser that return EErrorTypeModifier and TypeMethodDescriptionstatic EErrorTypeReturns 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 are declared.Constructors in gudusoft.gsqlparser with parameters of type EErrorTypeModifierConstructorDescriptionTSyntaxError(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)