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

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

Méthodes publiques

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

Method Details

Accept() public méthode

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

AddFullTextIndex() public méthode

public AddFullTextIndex ( 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