C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlAlterTableStatement.DropIndex

Inheritance: AlterSpecification
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
DropIndex ( Identifier indexName ) : System.Collections.Generic

Method Details

Accept() public méthode

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

DropIndex() public méthode

public DropIndex ( Identifier indexName ) : System.Collections.Generic
indexName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Résultat System.Collections.Generic