Uses of Interface
gudusoft.gsqlparser.TParserPool.ParserFunction
Packages that use TParserPool.ParserFunction
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 TParserPool.ParserFunction in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser with parameters of type TParserPool.ParserFunctionModifier and TypeMethodDescription<T> TTParserPool.withParser(EDbVendor vendor, TParserPool.ParserFunction<T> function) Executes a function with a borrowed parser and automatically returns it.<T> TTSafeParserPool.withParser(EDbVendor vendor, TParserPool.ParserFunction<T> function) Executes a function with a borrowed parser and automatically returns it.