| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.stmt.oracle |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TPlsqlCreateType node) |
void |
TParseTreeVisitor.preVisit(TPlsqlCreateType node) |
| Modifier and Type | Method and Description |
|---|---|
TPlsqlCreateType |
TPlsqlCreateType_Placeholder.getObjectStatement()
Valid only when kind =
TBaseType.kind_create or kind = TBaseType.kind_create_incomplete
Represents a statement that create the specification of an object type. |
| Modifier and Type | Method and Description |
|---|---|
void |
TPlsqlCreateType_Placeholder.setObjectStatement(TPlsqlCreateType objectStatement) |