Uses of Interface
gudusoft.gsqlparser.ITokenHandle
Packages that use ITokenHandle
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 ITokenHandle in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser with parameters of type ITokenHandleModifier and TypeMethodDescriptionvoidTGSqlParser.setTokenHandle(ITokenHandle tokenHandle) Set an event handler which will be fired when a new source token is created by the lexer during tokenize the input SQL. -
Uses of ITokenHandle in gudusoft.gsqlparser.parser
Methods in gudusoft.gsqlparser.parser that return ITokenHandleMethods in gudusoft.gsqlparser.parser with parameters of type ITokenHandleModifier and TypeMethodDescriptionvoidAbstractSqlParser.setTokenHandle(ITokenHandle tokenHandle) Set an event handler which will be fired when a new source token is created by the lexer during tokenization.ParserContext.Builder.tokenHandle(ITokenHandle tokenHandle) Set token handle callback.