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

Inheritance: VirtualTable, IRootTable
Exibir arquivo Open project: deveel/deveeldb

Public Methods

Method Description
Create ( ITable inputTable ) : OuterTable
GetValue ( long rowNumber, int columnOffset ) : Field
MergeIn ( ITable outsideTable ) : void

Protected Methods

Method Description
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex

Private Methods

Method Description
IRootTable ( IRootTable other ) : bool
OuterTable ( IEnumerable tables, IList rows ) : System

Method Details

Create() public static method

public static Create ( ITable inputTable ) : OuterTable
inputTable ITable
return OuterTable

GetIndex() protected method

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

GetValue() public method

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

MergeIn() public method

public MergeIn ( ITable outsideTable ) : void
outsideTable ITable
return void