| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| Modifier and Type | Class and Description |
|---|---|
class |
TSafeParserPool
Thread-safe parser pool that clears parser references from parse trees.
|
| Modifier and Type | Method and Description |
|---|---|
static TParserPool |
TParserPoolFactory.getNamedPool(String name)
Gets a named parser pool with default size.
|
static TParserPool |
TParserPoolFactory.getNamedPool(String name,
int poolSize)
Creates or gets a named parser pool.
|
static TParserPool |
TParserPoolFactory.getSharedPool()
Gets the shared global parser pool instance.
|