Uses of Class
gudusoft.gsqlparser.nodes.TComputeExpr
Packages that use TComputeExpr
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TComputeExpr in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TComputeExprMethods in gudusoft.gsqlparser.nodes that return types with arguments of type TComputeExprMethods in gudusoft.gsqlparser.nodes with parameters of type TComputeExprModifier and TypeMethodDescriptionvoidTComputeExprList.addComputeExpr(TComputeExpr cexpr) voidTParseTreeVisitor.postVisit(TComputeExpr node) voidTParseTreeVisitor.preVisit(TComputeExpr node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TComputeExprModifier and TypeMethodDescriptionvoidTComputeClauseItem.setComputerExprList(TPTNodeList<TComputeExpr> computerExprList) -
Uses of TComputeExpr in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TComputeExprModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TComputeExpr computeExpr)