C# Class Deveel.Data.Sql.Tables.JoinedTable

Inheritance: Table
Exibir arquivo Open project: deveel/deveeldb

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
GetValue ( long rowNumber, int columnOffset ) : Field
JoinedTable ( IEnumerable tables ) : System
JoinedTable ( ITable table ) : System
Lock ( ) : void
Release ( ) : void

Protected Methods

Method Description
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex
GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
GetResolvedColumnName ( int column ) : ObjectName
IndexOfColumn ( ObjectName columnName ) : int
Init ( IEnumerable tables ) : void
ResolveRowForTable ( int rowNumber, int tableNum ) : int
ResolveRows ( int column, IEnumerable rowSet, ITable ancestor ) : IEnumerable
ResolveRowsForTable ( IEnumerable rowSet, int tableNum ) : IEnumerable

Private Methods

Method Description
CalculateRowReferenceList ( ) : IList
GetRawTableInfo ( RawTableInfo info, IEnumerable rows ) : RawTableInfo

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetIndex() protected method

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

GetRawTableInfo() protected method

protected GetRawTableInfo ( RawTableInfo rootInfo ) : RawTableInfo
rootInfo RawTableInfo
return RawTableInfo

GetResolvedColumnName() protected method

protected GetResolvedColumnName ( int column ) : ObjectName
column int
return ObjectName

GetValue() public method

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
return Field

IndexOfColumn() protected method

protected IndexOfColumn ( ObjectName columnName ) : int
columnName ObjectName
return int

Init() protected method

protected Init ( IEnumerable tables ) : void
tables IEnumerable
return void

JoinedTable() public method

public JoinedTable ( IEnumerable tables ) : System
tables IEnumerable
return System

JoinedTable() public method

public JoinedTable ( ITable table ) : System
table ITable
return System

Lock() public method

public Lock ( ) : void
return void

Release() public method

public Release ( ) : void
return void

ResolveRowForTable() protected method

protected ResolveRowForTable ( int rowNumber, int tableNum ) : int
rowNumber int
tableNum int
return int

ResolveRows() protected method

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

ResolveRowsForTable() protected abstract method

protected abstract ResolveRowsForTable ( IEnumerable rowSet, int tableNum ) : IEnumerable
rowSet IEnumerable
tableNum int
return IEnumerable