C# Класс Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.TableRefFactor

Наследование: AliasableTableReference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Accept ( ISqlAstVisitor visitor ) : void
RemoveLastConditionElement ( ) : object
TableRefFactor ( Identifier table, IList hintList ) : System.Collections.Generic
TableRefFactor ( Identifier table, string alias, IList hintList ) : System.Collections.Generic

Описание методов

Accept() публичный Метод

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Результат void

RemoveLastConditionElement() публичный Метод

public RemoveLastConditionElement ( ) : object
Результат object

TableRefFactor() публичный Метод

public TableRefFactor ( Identifier table, IList hintList ) : System.Collections.Generic
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
hintList IList
Результат System.Collections.Generic

TableRefFactor() публичный Метод

public TableRefFactor ( Identifier table, string alias, IList hintList ) : System.Collections.Generic
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
alias string
hintList IList
Результат System.Collections.Generic