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

Inheritance: DalShowStatement
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
ShowStatus ( VariableScope scope ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowStatus ( VariableScope scope, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowStatus ( VariableScope scope, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

ShowStatus() public method

public ShowStatus ( VariableScope scope ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
return Tup.Cobar4Net.Parser.Ast.Expression

ShowStatus() public method

public ShowStatus ( VariableScope scope, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
where IExpression
return Tup.Cobar4Net.Parser.Ast.Expression

ShowStatus() public method

public ShowStatus ( VariableScope scope, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression
scope VariableScope
pattern string
return Tup.Cobar4Net.Parser.Ast.Expression