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

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

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
ShowIndex ( ShowIndexType showIndexType, Identifier table ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary
ShowIndex ( ShowIndexType showIndexType, Identifier table, Identifier database ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary

Method Details

Accept() public method

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

ShowIndex() public method

public ShowIndex ( ShowIndexType showIndexType, Identifier table ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary
showIndexType ShowIndexType
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
return Tup.Cobar4Net.Parser.Ast.Expression.Primary

ShowIndex() public method

public ShowIndex ( ShowIndexType showIndexType, Identifier table, Identifier database ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary
showIndexType ShowIndexType
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
database Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
return Tup.Cobar4Net.Parser.Ast.Expression.Primary