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

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
ShowEvents ( Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowEvents ( Identifier schema, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowEvents ( Identifier schema, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression

Method Details

Accept() public méthode

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

ShowEvents() public méthode

public ShowEvents ( Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Résultat Tup.Cobar4Net.Parser.Ast.Expression

ShowEvents() public méthode

public ShowEvents ( Identifier schema, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
where IExpression
Résultat Tup.Cobar4Net.Parser.Ast.Expression

ShowEvents() public méthode

public ShowEvents ( Identifier schema, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
pattern string
Résultat Tup.Cobar4Net.Parser.Ast.Expression