| 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(TPlsqlVarrayTypeDefStmt node) |
void |
TParseTreeVisitor.preVisit(TPlsqlVarrayTypeDefStmt node) |
| Modifier and Type | Method and Description |
|---|---|
TPlsqlVarrayTypeDefStmt |
TPlsqlCreateType_Placeholder.getVarrayStatement()
Valid only when kind =
TBaseType.kind_create_varray
Represents a statement that create the specification of a varray type. |
| Modifier and Type | Method and Description |
|---|---|
void |
TPlsqlCreateType_Placeholder.setVarrayStatement(TPlsqlVarrayTypeDefStmt varrayStatement) |