Uses of Enum
gudusoft.gsqlparser.ETokenStatus
Packages that use ETokenStatus
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 ETokenStatus in gudusoft.gsqlparser
Fields in gudusoft.gsqlparser declared as ETokenStatusModifier and TypeFieldDescriptionTSourceToken.tokenstatusMaintenance the status of this token during lex and parsing.Methods in gudusoft.gsqlparser that return ETokenStatusModifier and TypeMethodDescriptionTSourceToken.getTokenstatus()static ETokenStatusReturns the enum constant of this type with the specified name.static ETokenStatus[]ETokenStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser with parameters of type ETokenStatusModifier and TypeMethodDescriptionvoidTSourceToken.setTokenstatus(ETokenStatus tokenstatus) voidTSourceTokenList.setTokenStatus(ETokenStatus ps, int pstart, int pend)