Uses of Interface
gudusoft.gsqlparser.ITokenListHandle
Packages that use ITokenListHandle
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 ITokenListHandle in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser with parameters of type ITokenListHandleModifier and TypeMethodDescriptionvoidTGSqlParser.setTokenListHandle(ITokenListHandle tokenListHandle) -
Uses of ITokenListHandle in gudusoft.gsqlparser.parser
Methods in gudusoft.gsqlparser.parser that return ITokenListHandleMethods in gudusoft.gsqlparser.parser with parameters of type ITokenListHandleModifier and TypeMethodDescriptionParserContext.Builder.tokenListHandle(ITokenListHandle tokenListHandle) Set token list handle callback.