Uses of Class
gudusoft.gsqlparser.nodes.TDeclareVariable
Packages that use TDeclareVariable
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TDeclareVariable in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TDeclareVariableModifier and TypeMethodDescriptionModelFactory.createVariableProperty(Table variableTable, TDeclareVariable variable) Constructors in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TDeclareVariableModifierConstructorDescriptionVariableProperty(Table variableTable, TObjectName variableName, TDeclareVariable variable) -
Uses of TDeclareVariable in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TDeclareVariableMethods in gudusoft.gsqlparser.nodes with parameters of type TDeclareVariableModifier and TypeMethodDescriptionvoidTDeclareVariableList.addDeclareVariable(TDeclareVariable Item) voidTParseTreeVisitor.postVisit(TDeclareVariable node) voidTParseTreeVisitor.preVisit(TDeclareVariable node) -
Uses of TDeclareVariable in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TDeclareVariableModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TDeclareVariable variable)