| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model | |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Modifier and Type | Method and Description |
|---|---|
TForStmt |
Cursor.getForStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBindingManager.bindCursorModel(TForStmt stmt,
Variable resultSet) |
Variable |
ModelFactory.createCursor(TForStmt stmt) |
| Constructor and Description |
|---|
Cursor(TForStmt select) |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TForStmt node) |
void |
TParseTreeVisitor.preVisit(TForStmt node) |