C# Class Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.IndexHint

Inheritance: IAstNode
Exibir arquivo Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
IndexHint ( IndexHintAction hintAction, IndexHintType hintType, IndexHintScope hintScope, IList indexList ) : System

Method Details

Accept() public method

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

IndexHint() public method

public IndexHint ( IndexHintAction hintAction, IndexHintType hintType, IndexHintScope hintScope, IList indexList ) : System
hintAction IndexHintAction
hintType IndexHintType
hintScope IndexHintScope
indexList IList
return System