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 |
---|---|
TCursorDeclStmt |
Cursor.getCursorStmt() |
Modifier and Type | Method and Description |
---|---|
void |
ModelBindingManager.bindCursorModel(TCursorDeclStmt stmt,
Variable resultSet) |
Variable |
ModelFactory.createCursor(TCursorDeclStmt stmt) |
Constructor and Description |
---|
Cursor(TCursorDeclStmt select) |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCursorDeclStmt node) |
void |
TParseTreeVisitor.preVisit(TCursorDeclStmt node) |