C# 클래스 Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.TableRefFactor

상속: AliasableTableReference
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
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