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

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

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
AddIndex ( Identifier indexName, IndexDefinition indexDef ) : System.Collections.Generic

Method Details

Accept() public method

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

AddIndex() public method

public AddIndex ( Identifier indexName, IndexDefinition indexDef ) : System.Collections.Generic
indexName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
indexDef Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.IndexDefinition
return System.Collections.Generic