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

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
ShowTables ( bool full, Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowTables ( bool full, Identifier schema, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowTables ( bool full, 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

ShowTables() public méthode

public ShowTables ( bool full, Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
full bool
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Résultat Tup.Cobar4Net.Parser.Ast.Expression

ShowTables() public méthode

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

ShowTables() public méthode

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