C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dal.ShowVariables

Inheritance: DalShowStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
ShowVariables ( VariableScope scope ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowVariables ( VariableScope scope, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowVariables ( VariableScope scope, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

ShowVariables() public méthode

public ShowVariables ( VariableScope scope ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
Résultat Tup.Cobar4Net.Parser.Ast.Expression

ShowVariables() public méthode

public ShowVariables ( VariableScope scope, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
where IExpression
Résultat Tup.Cobar4Net.Parser.Ast.Expression

ShowVariables() public méthode

public ShowVariables ( VariableScope scope, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
pattern string
Résultat Tup.Cobar4Net.Parser.Ast.Expression