C# 클래스 Deveel.Data.Sql.Tables.VirtualTable

상속: JoinedTable
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
VirtualTable ( IEnumerable tables ) : System
VirtualTable ( IEnumerable tables, IList rows ) : System
VirtualTable ( ITable table ) : System
VirtualTable ( ITable table, IList rows ) : System

보호된 메소드들

메소드 설명
Init ( IEnumerable tables ) : void
ResolveRowsForTable ( IEnumerable rows, int tableNum ) : IEnumerable

비공개 메소드들

메소드 설명
SetRows ( IList rows ) : void

메소드 상세

Init() 보호된 메소드

protected Init ( IEnumerable tables ) : void
tables IEnumerable
리턴 void

ResolveRowsForTable() 보호된 메소드

protected ResolveRowsForTable ( IEnumerable rows, int tableNum ) : IEnumerable
rows IEnumerable
tableNum int
리턴 IEnumerable

VirtualTable() 공개 메소드

public VirtualTable ( IEnumerable tables ) : System
tables IEnumerable
리턴 System

VirtualTable() 공개 메소드

public VirtualTable ( IEnumerable tables, IList rows ) : System
tables IEnumerable
rows IList
리턴 System

VirtualTable() 공개 메소드

public VirtualTable ( ITable table ) : System
table ITable
리턴 System

VirtualTable() 공개 메소드

public VirtualTable ( ITable table, IList rows ) : System
table ITable
rows IList
리턴 System