| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model | |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.resolver | |
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.namespace | |
| gudusoft.gsqlparser.resolver2.scope |
| Modifier and Type | Method and Description |
|---|---|
OraclePackage |
ModelFactory.createOraclePackage(TPlsqlCreatePackage stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TPlsqlCreatePackage node) |
void |
TParseTreeVisitor.preVisit(TPlsqlCreatePackage node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TAttributeResolver.postVisit(TPlsqlCreatePackage stmt) |
void |
TAttributeResolver.preVisit(TPlsqlCreatePackage stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeBuilder.postVisit(TPlsqlCreatePackage pkg) |
void |
ScopeBuilder.preVisit(TPlsqlCreatePackage pkg) |
| Constructor and Description |
|---|
OraclePackageNamespace(String packageName,
String schemaName,
TPlsqlCreatePackage packageNode)
Create a new Oracle package namespace.
|
| Constructor and Description |
|---|
OraclePackageScope(IScope parent,
TPlsqlCreatePackage packageStmt,
OraclePackageNamespace packageNamespace)
Create a new Oracle package scope.
|