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

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
AddPrimaryKey ( IndexDefinition indexDef ) : System.Collections.Generic

Method Details

Accept() public méthode

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

AddPrimaryKey() public méthode

public AddPrimaryKey ( IndexDefinition indexDef ) : System.Collections.Generic
indexDef Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.IndexDefinition
Résultat System.Collections.Generic