| Package | Description |
|---|---|
| gudusoft.gsqlparser.sqlenv | |
| gudusoft.gsqlparser.sqlenv.catalog |
| 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
|