Uses of Enum
gudusoft.gsqlparser.ETokenType
Packages that use ETokenType
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 ETokenType in gudusoft.gsqlparser
Fields in gudusoft.gsqlparser declared as ETokenTypeModifier and TypeFieldDescriptionTSourceToken.tokentypeUniquely identify the token type in a more meaningful way.Methods in gudusoft.gsqlparser that return ETokenTypeModifier and TypeMethodDescriptionstatic ETokenTypeReturns the enum constant of this type with the specified name.static ETokenType[]ETokenType.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 ETokenTypeModifier and TypeMethodDescriptionstatic booleanTSourceToken.isnonsolidtoken(ETokenType tokentype) Space, return, comments are treated as non-solid token by default -
Uses of ETokenType in gudusoft.gsqlparser.pp.utils
Methods in gudusoft.gsqlparser.pp.utils with parameters of type ETokenTypeModifier and TypeMethodDescriptionstatic intSourceTokenSearcher.indexOf(TSourceTokenList list, int startPos, int endPos, ETokenType type) search the source token in the source token list from the top -
Uses of ETokenType in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type ETokenTypeModifier and TypeMethodDescriptionvoidTScriptWriter.addOperator(String text, ETokenType tokenType)