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(TPlsqlTableTypeDefStmt node) |
void |
TParseTreeVisitor.preVisit(TPlsqlTableTypeDefStmt node) |
Modifier and Type | Method and Description |
---|---|
TPlsqlTableTypeDefStmt |
TPlsqlCreateType_Placeholder.getNestedTableStatement()
Valid only when kind =
TBaseType.kind_create_nested_table
Represents a statement that create the specification of a nested table type. |
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlCreateType_Placeholder.setNestedTableStatement(TPlsqlTableTypeDefStmt nestedTableStatement) |