| Package | Description |
|---|---|
| gudusoft.gsqlparser.catalog.runtime | |
| gudusoft.gsqlparser.sqlenv | |
| gudusoft.gsqlparser.sqlenv.catalog |
| Modifier and Type | Method and Description |
|---|---|
static IdentifierService |
CatalogIdentifierPolicy.identifierServiceFor(IdentifierConfig cfg,
EDbVendor vendor)
Public façade over
CatalogIdentifierPolicy.serviceFor(IdentifierConfig, EDbVendor) for callers
outside this package (validator, readers, providers) that need an
IdentifierService matching a IdentifierConfig. |
| Modifier and Type | Method and Description |
|---|---|
IdentifierService |
TSQLEnv.getIdentifierService()
Get IdentifierService (Phase 0)
|
| Constructor and Description |
|---|
CatalogStore(EDbVendor vendor,
IdentifierService identifierService)
Creates a new CatalogStore for the specified database vendor with IdentifierService.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierService |
CatalogStoreProvider.getIdentifierService()
Get the IdentifierService
|
| Constructor and Description |
|---|
CatalogStoreProvider(CatalogStore catalogStore,
IdentifierService identifierService)
Creates a CatalogStoreProvider wrapping existing CatalogStore
|