C# Class Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.IndexDefinition

Inheritance: IAstNode
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
IndexDefinition ( IndexType indexType, IList columns, IList options ) : System

Method Details

Accept() public method

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

IndexDefinition() public method

public IndexDefinition ( IndexType indexType, IList columns, IList options ) : System
indexType IndexType
columns IList
options IList
return System