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

Inheritance: AliasableTableReference
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
RemoveLastConditionElement ( ) : object
TableRefFactor ( Identifier table, IList hintList ) : System.Collections.Generic
TableRefFactor ( Identifier table, string alias, IList hintList ) : System.Collections.Generic

Method Details

Accept() public method

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

RemoveLastConditionElement() public method

public RemoveLastConditionElement ( ) : object
return object

TableRefFactor() public method

public TableRefFactor ( Identifier table, IList hintList ) : System.Collections.Generic
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
hintList IList
return System.Collections.Generic

TableRefFactor() public method

public TableRefFactor ( Identifier table, string alias, IList hintList ) : System.Collections.Generic
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
alias string
hintList IList
return System.Collections.Generic