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

Inheritance: AliasableTableReference
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RemoveLastConditionElement() public méthode

public RemoveLastConditionElement ( ) : object
Résultat object

TableRefFactor() public méthode

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

TableRefFactor() public méthode

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