| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.namespace | |
| gudusoft.gsqlparser.resolver2.scope |
| Modifier and Type | Method and Description |
|---|---|
OraclePackageNamespace |
OraclePackageRegistry.getPackage(String name)
Look up a package namespace by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OraclePackageNamespace> |
OraclePackageRegistry.getAllPackages()
Get all registered packages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePackageNamespace.mergeFrom(OraclePackageNamespace other)
Merge members from another package namespace (spec + body merging).
|
| Modifier and Type | Method and Description |
|---|---|
OraclePackageNamespace |
OraclePackageScope.getPackageNamespace()
Get the package namespace.
|
| Constructor and Description |
|---|
OraclePackageScope(IScope parent,
TPlsqlCreatePackage packageStmt,
OraclePackageNamespace packageNamespace)
Create a new Oracle package scope.
|