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

상속: Table, IRootTable
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
CompositeTable ( ITable composites, CompositeFunction function, bool all ) : System
CompositeTable ( ITable mainTable, ITable composites, CompositeFunction function, bool all ) : System
GetEnumerator ( ) : IEnumerator
GetValue ( long rowNumber, int columnOffset ) : Field
Lock ( ) : void
Release ( ) : void
TypeEquals ( IRootTable other ) : bool

보호된 메소드들

메소드 설명
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
GetResolvedColumnName ( int column ) : ObjectName
IndexOfColumn ( ObjectName columnName ) : int
ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable

비공개 메소드들

메소드 설명
RemoveDuplicates ( bool all ) : void

메소드 상세

CompositeTable() 공개 메소드

public CompositeTable ( ITable composites, CompositeFunction function, bool all ) : System
composites ITable
function CompositeFunction
all bool
리턴 System

CompositeTable() 공개 메소드

public CompositeTable ( ITable mainTable, ITable composites, CompositeFunction function, bool all ) : System
mainTable ITable
composites ITable
function CompositeFunction
all bool
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetIndex() 보호된 메소드

protected GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
column int
originalColumn int
table ITable
리턴 ColumnIndex

GetRawTableInfo() 보호된 메소드

protected GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
rootInfo RawTableInfo
리턴 RawTableInfo

GetResolvedColumnName() 보호된 메소드

protected GetResolvedColumnName ( int column ) : ObjectName
column int
리턴 ObjectName

GetValue() 공개 메소드

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
리턴 Field

IndexOfColumn() 보호된 메소드

protected IndexOfColumn ( ObjectName columnName ) : int
columnName ObjectName
리턴 int

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

ResolveRows() 보호된 메소드

protected ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable
column int
rowSet IEnumerable
ancestor ITable
리턴 IEnumerable

TypeEquals() 공개 메소드

public TypeEquals ( IRootTable other ) : bool
other IRootTable
리턴 bool