Uses of Class
gudusoft.gsqlparser.stmt.TCursorDeclStmt
Packages that use TCursorDeclStmt
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TCursorDeclStmt in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return TCursorDeclStmtMethods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TCursorDeclStmtModifier and TypeMethodDescriptionvoidModelBindingManager.bindCursorModel(TCursorDeclStmt stmt, Variable resultSet) ModelFactory.createCursor(TCursorDeclStmt stmt) Constructors in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TCursorDeclStmt -
Uses of TCursorDeclStmt in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TCursorDeclStmtModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TCursorDeclStmt node) voidTParseTreeVisitor.preVisit(TCursorDeclStmt node) -
Uses of TCursorDeclStmt in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TCursorDeclStmt -
Uses of TCursorDeclStmt in gudusoft.gsqlparser.resolver2.namespace
Methods in gudusoft.gsqlparser.resolver2.namespace with parameters of type TCursorDeclStmtModifier and TypeMethodDescriptionvoidOraclePackageNamespace.addCursor(TCursorDeclStmt cursorDecl) Add a cursor member from TCursorDeclStmt.