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

Inheritance: AlterSpecification
Datei anzeigen Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
AddPrimaryKey ( IndexDefinition indexDef ) : System.Collections.Generic

Method Details

Accept() public method

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

AddPrimaryKey() public method

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