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