Uses of Class
gudusoft.gsqlparser.stmt.oracle.TPlsqlCreateProcedure
Packages that use TPlsqlCreateProcedure
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TPlsqlCreateProcedure in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TPlsqlCreateProcedureModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TPlsqlCreateProcedure node) voidTParseTreeVisitor.preVisit(TPlsqlCreateProcedure node) -
Uses of TPlsqlCreateProcedure in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TPlsqlCreateProcedureModifier and TypeMethodDescriptionvoidTAttributeResolver.postVisit(TPlsqlCreateProcedure stmt) voidTAttributeResolver.preVisit(TPlsqlCreateProcedure stmt) -
Uses of TPlsqlCreateProcedure in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TPlsqlCreateProcedureModifier and TypeMethodDescriptionvoidScopeBuilder.postVisit(TPlsqlCreateProcedure stmt) voidScopeBuilder.preVisit(TPlsqlCreateProcedure stmt) -
Uses of TPlsqlCreateProcedure in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TPlsqlCreateProcedureModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TPlsqlCreateProcedure procedure)