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

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
AddUniqueKey ( Identifier indexName, IndexDefinition indexDef ) : System.Collections.Generic

Method Details

Accept() public méthode

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

AddUniqueKey() public méthode

public AddUniqueKey ( Identifier indexName, IndexDefinition indexDef ) : System.Collections.Generic
indexName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
indexDef Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.IndexDefinition
Résultat System.Collections.Generic