Uses of Class
gudusoft.gsqlparser.TParserPool
Packages that use TParserPool
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 in gudusoft.gsqlparser
Subclasses of TParserPool in gudusoft.gsqlparserModifier and TypeClassDescriptionclassThread-safe parser pool that clears parser references from parse trees.Methods in gudusoft.gsqlparser that return TParserPoolModifier and TypeMethodDescriptionstatic TParserPoolTParserPoolFactory.getNamedPool(String name) Gets a named parser pool with default size.static TParserPoolTParserPoolFactory.getNamedPool(String name, int poolSize) Creates or gets a named parser pool.static TParserPoolTParserPoolFactory.getSharedPool()Gets the shared global parser pool instance.