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

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

Public Methods

Method 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 method

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

ShowTables() public method

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

ShowTables() public method

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
return Tup.Cobar4Net.Parser.Ast.Expression

ShowTables() public method

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
return Tup.Cobar4Net.Parser.Ast.Expression