C# Класс Tup.Cobar4Net.Parser.Ast.Stmt.Dal.ShowIndex

Наследование: DalShowStatement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Accept() публичный Метод

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Результат void

ShowIndex() публичный Метод

public ShowIndex ( ShowIndexType showIndexType, Identifier table ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary
showIndexType ShowIndexType
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Результат Tup.Cobar4Net.Parser.Ast.Expression.Primary

ShowIndex() публичный Метод

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
Результат Tup.Cobar4Net.Parser.Ast.Expression.Primary